Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
grandsmile committed Dec 13, 2024
1 parent 859a338 commit cf64eed
Show file tree
Hide file tree
Showing 64 changed files with 75 additions and 440 deletions.
130 changes: 0 additions & 130 deletions minestudio/benchmark/auto_eval/mcu_task_description.json

This file was deleted.

68 changes: 0 additions & 68 deletions minestudio/benchmark/auto_eval/rule_generation.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
custom_init_commands:
- /give @s minecraft:water_bucket 5
- /give @s minecraft:stone 64
- /give @s minecraft:dirt 64
- /execute as @p at @s run fill ~-2 ~-1 ~-2 ~2 ~4 ~2 water
- /give @s minecraft:wooden_shovel 1
defaults:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
custom_init_commands:
- /give @s minecraft:stone_pickaxe
- /give @s minecraft:obsidian 20
- /give @s minecraft:flint_and_steel 2
- /execute as @p at @s run fill ~2 ~2 ~3 ~1 ~5 ~4 iron_ore
- /give @s minecraft:wooden_pickaxe
- /give @s minecraft:coal 32
Expand Down
7 changes: 3 additions & 4 deletions minestudio/benchmark/task_configs/hard/build_obsidian.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
custom_init_commands:
- /give @s minecraft:diamond_pickaxe
- /give @s minecraft:obsidian 15
- /execute as @p at @s run fill ~2 ~ ~ ~5 ~1 ~5 stone
- /give @s minecraft:water_bucket 3
- /give @s minecraft:lava_bucket 3
- /give @s minecraft:stone 64
defaults:
- base
- _self_
text: Build a structure using obsidian blocks.
text: Create obsidian blocks by pouring water over lava source blocks.
9 changes: 0 additions & 9 deletions minestudio/benchmark/task_configs/hard/build_snow_golems.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions minestudio/benchmark/task_configs/hard/build_waterfall.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions minestudio/benchmark/task_configs/hard/carve_pumpkin.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions minestudio/benchmark/task_configs/hard/clean_up.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ custom_init_commands:
- /time set night
- /summon minecraft:cat ~2 ~ ~
- /give @s minecraft:poppy 10
- /give @s minecraft:wooden_pickaxe
- /give @s minecraft:wooden_axe
defaults:
- base
- _self_
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
custom_init_commands:
- /give @s minecraft:shears
- /give @s minecraft:water_bucket 5
- /tp @s ~ ~ ~ ocean
- /setblock ~2 ~1 ~ minecraft:seagrass
- /give @s minecraft:tropical_fish_spawn_egg 10
defaults:
- base
Expand Down
9 changes: 5 additions & 4 deletions minestudio/benchmark/task_configs/hard/craft_enchantment.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
custom_init_commands:
- /give @s minecraft:enchanting_table
- /give @s minecraft:lapis_lazuli 64
- /give @s minecraft:book 10
- /give @s minecraft:obsidian 4
- /give @s minecraft:diamond 2
- /give @s minecraft:book 1
- /give @s minecraft:diamond_sword
- /give @s minecraft:crafting_table 1
- /give @s minecraft:red_dye 5
defaults:
- base
- _self_
text: Use the enchantment table to craft enchantments on your items.
text: Craft an enchanting table to enchant your items.
9 changes: 0 additions & 9 deletions minestudio/benchmark/task_configs/hard/craft_ladders.yaml

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
custom_init_commands:
- /give @s minecraft:obsidian 20
- /give @s minecraft:flint_and_steel
- /fill ~1 ~ ~1 ~4 ~4 ~4 minecraft:stone
- /give @s minecraft:red_dye 5
- /give @p minecraft:potion{Potion:"minecraft:harming"} 1
defaults:
- base
- _self_
text: Construct a nether portal using obsidian and ignite it with flint and steel.
text: drink harming potion
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
custom_init_commands:
- /give @s minecraft:diamond_sword
- /give @s minecraft:lapis_lazuli 64
- /xp add @s 30 levels
- /setblock ~1 ~ ~ minecraft:enchanting_table
- /give @s minecraft:torch 10
defaults:
Expand Down
1 change: 1 addition & 0 deletions minestudio/benchmark/task_configs/hard/explore_boat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ custom_init_commands:
- /give @s minecraft:water_bucket 5
- /fill ~1 ~ ~1 ~5 ~ ~5 water
- /give @s minecraft:flower_pot
- /summon boat
defaults:
- base
- _self_
Expand Down
1 change: 0 additions & 1 deletion minestudio/benchmark/task_configs/hard/find_forest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
custom_init_commands:
- /locate biome minecraft:forest
- /give @s minecraft:compass
- /give @s minecraft:oak_sapling 10
- /give @s minecraft:torch 20
Expand Down
16 changes: 6 additions & 10 deletions minestudio/benchmark/task_configs/hard/hunt_animals.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
custom_init_commands:
- /replaceitem entity @s armor.head minecraft:iron_helmet
- /replaceitem entity @s armor.chest minecraft:iron_chestplate
- /replaceitem entity @s armor.legs minecraft:iron_leggings
- /replaceitem entity @s armor.feet minecraft:iron_boots
- /give @p minecraft:bow 1
- /time set night
- /summon minecraft:skeleton ~3 ~ ~
- /give @p minecraft:arrow 64
- /give @p minecraft:flint 15
- /replaceitem entity @s weapon.mainhand minecraft:wooden_sword
- /give @s minecraft:bread 10
- /summon minecraft:cow ~2 ~ ~
- /summon minecraft:pig ~3 ~ ~
- /summon minecraft:chicken ~4 ~ ~
defaults:
- base
- _self_
text: 'Hunt for animals to gather resources such as meat and leather. '
text: Hunt animals for resources like meat and leather.
3 changes: 2 additions & 1 deletion minestudio/benchmark/task_configs/hard/lead_animals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ custom_init_commands:
- /summon minecraft:cow ~2 ~ ~
- /summon minecraft:pig ~3 ~ ~
- /give @s minecraft:carrot 10
- /give @s minecraft:slime_ball 5
defaults:
- base
- _self_
text: Use a lead to guide and control animals in your vicinity.
text: Use a lead to guide and control animals
6 changes: 3 additions & 3 deletions minestudio/benchmark/task_configs/hard/mine_diamond_ore.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
custom_init_commands:
- /give @s minecraft:stick 15
- /give @s minecraft:crafting_table 1
- /give @s minecraft:oak_planks 32
- /time set day
- /replaceitem entity @s weapon.mainhand minecraft:iron_pickaxe
- /execute as @p at @s run fill ~ ~ ~ ~1 ~ ~ minecraft:diamond_ore
- /execute as @p at @s run fill ~2 ~ ~ ~ 1 ~ minecraft:stone
defaults:
- base
- _self_
Expand Down
1 change: 1 addition & 0 deletions minestudio/benchmark/task_configs/hard/mine_dirt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ custom_init_commands:
- /give @s minecraft:stone 10
- /give @s minecraft:iron_ingot 5
- /give @s minecraft:crafting_table
- /execute as @p at @s run fill ~ ~ ~ ~1 ~ ~ minecraft:dirt
- /time set day
defaults:
- base
Expand Down
Loading

0 comments on commit cf64eed

Please sign in to comment.