phython96 commited on
Commit
cf6f9f0
·
verified ·
1 Parent(s): 6ee598d

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
build_a_waterfall.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:water_bucket 3
3
+ - /give @s minecraft:stone 64
4
+ - /give @s minecraft:shovel{Enchantments:[{id:"minecraft:efficiency",lvl:1}]} 1
5
+ defaults:
6
+ - base
7
+ - _self_
8
+ text: Build a waterfall in your Minecraft world.
build_dig3fill1.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:dirt 15
3
+ - /give @s minecraft:stone_shovel
4
+ defaults:
5
+ - base
6
+ - _self_
7
+ text: Dig three blocks down and fill one block.
build_gate.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:oak_planks 10
3
+ - /give @s minecraft:stick 5
4
+ - /setblock ~2 ~ ~ minecraft:crafting_table
5
+ defaults:
6
+ - base
7
+ - _self_
8
+ text: Build a gate to secure your area in Minecraft.
build_golems.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:iron_block 15
3
+ - /give @s minecraft:carved_pumpkin 2
4
+ - /give @s minecraft:snow_block 15
5
+ - /setblock ~2 ~ ~ minecraft:grass_block
6
+ defaults:
7
+ - base
8
+ - _self_
9
+ text: Build golems to protect your area from hostile mobs.
build_nether_portal.yaml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:obsidian 14
3
+ - /give @s minecraft:flint_and_steel 1
4
+ - /setblock ~2 ~ ~ obsidian
5
+ - /setblock ~2 ~1 ~ obsidian
6
+ - /setblock ~2 ~2 ~ obsidian
7
+ defaults:
8
+ - base
9
+ - _self_
10
+ text: Build a nether portal using obsidian blocks and activate it with flint and steel.
build_obsidian.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:water_bucket 3
3
+ - /give @s minecraft:lava_bucket 3
4
+ - /setblock ~2 ~1 ~ water
5
+ defaults:
6
+ - base
7
+ - _self_
8
+ text: Create obsidian blocks by pouring water over lava source blocks.
build_pillar.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:cobblestone 64
3
+ - /setblock ~2 ~ ~ crafting_table
4
+ defaults:
5
+ - base
6
+ - _self_
7
+ text: Build a pillar using blocks of your choice.
build_snow_golem.yaml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:snow_block 5
3
+ - /give @s minecraft:carved_pumpkin 1
4
+ - /setblock ~2 ~ ~ minecraft:snow_block
5
+ - /setblock ~2 ~1 ~ minecraft:snow_block
6
+ - /setblock ~2 ~2 ~ minecraft:carved_pumpkin
7
+ defaults:
8
+ - base
9
+ - _self_
10
+ text: Build a snow golem using snow blocks and a pumpkin.
carve_pumpkins.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:pumpkin 5
3
+ - /give @s minecraft:shears
4
+ - /setblock ~2 ~ ~ minecraft:crafting_table
5
+ defaults:
6
+ - base
7
+ - _self_
8
+ text: Carve pumpkins to create jack-o'-lanterns.
clean_up.yaml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:diamond_shovel
3
+ - /give @s minecraft:diamond_pickaxe
4
+ - /give @s minecraft:diamond_axe
5
+ - /setblock ~2 ~ ~ minecraft:chest
6
+ - /give @s minecraft:torch 64
7
+ defaults:
8
+ - base
9
+ - _self_
10
+ text: Gather and organize resources to clean up an area in Minecraft.
climb_the_mountain.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:ladder 20
3
+ - /give @s minecraft:dirt 64
4
+ - /execute as @p at @s run fill ~2 ~ ~ ~2 ~10 ~2 dirt
5
+ defaults:
6
+ - base
7
+ - _self_
8
+ text: Climb the mountain to reach the top.
collect_dirt.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:wooden_shovel 1
3
+ - /give @s minecraft:dirt 64
4
+ defaults:
5
+ - base
6
+ - _self_
7
+ text: Collect dirt blocks from the ground.
collect_grass.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:diamond_shovel{Enchantments:[{id:"minecraft:silk_touch",lvl:1}]}
3
+ 1
4
+ - /setblock ~2 ~ ~ minecraft:grass_block
5
+ defaults:
6
+ - base
7
+ - _self_
8
+ text: Collect grass blocks using the appropriate tool.
collect_seagrass.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:shears 1
3
+ - /setblock ~2 ~ ~ minecraft:water
4
+ - /setblock ~2 ~1 ~ minecraft:seagrass
5
+ defaults:
6
+ - base
7
+ - _self_
8
+ text: Collect seagrass from underwater areas.
collect_wood.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:wooden_axe
3
+ - /execute as @p at @s run fill ~1 ~ ~1 ~5 ~10 ~5 minecraft:oak_log
4
+ defaults:
5
+ - base
6
+ - _self_
7
+ text: 'Collect wood from trees in your surroundings. '
collect_wool.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:shears 1
3
+ - /summon minecraft:sheep ~2 ~ ~
4
+ - /summon minecraft:sheep ~3 ~ ~
5
+ - /summon minecraft:sheep ~4 ~ ~
6
+ defaults:
7
+ - base
8
+ - _self_
9
+ text: Shear sheep to collect wool.
combat_enderman.yaml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /replaceitem entity @s armor.head minecraft:diamond_helmet
3
+ - /replaceitem entity @s armor.chest minecraft:diamond_chestplate
4
+ - /replaceitem entity @s armor.legs minecraft:diamond_leggings
5
+ - /replaceitem entity @s armor.feet minecraft:diamond_boots
6
+ - /replaceitem entity @s weapon.mainhand minecraft:diamond_sword
7
+ - /give @p minecraft:ender_pearl 15
8
+ - /effect give @a night_vision 99999 250 true
9
+ - /summon minecraft:enderman ~2 ~ ~
10
+ defaults:
11
+ - base
12
+ - _self_
13
+ text: Combat an enderman using weapons and protective gear.
combat_enemies.yaml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /replaceitem entity @s armor.head minecraft:diamond_helmet
3
+ - /replaceitem entity @s armor.chest minecraft:diamond_chestplate
4
+ - /replaceitem entity @s armor.legs minecraft:diamond_leggings
5
+ - /replaceitem entity @s armor.feet minecraft:diamond_boots
6
+ - /replaceitem entity @s weapon.mainhand minecraft:diamond_sword
7
+ - /summon minecraft:zombie ~2 ~ ~
8
+ - /summon minecraft:skeleton ~2 ~ ~
9
+ - /give @p minecraft:arrow 64
10
+ - /time set night
11
+ - /effect give @a night_vision 99999 250 true
12
+ defaults:
13
+ - base
14
+ - _self_
15
+ text: Combat various enemies using the provided weapons and armor.
combat_skeletons.yaml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /replaceitem entity @s armor.head minecraft:diamond_helmet
3
+ - /replaceitem entity @s armor.chest minecraft:diamond_chestplate
4
+ - /replaceitem entity @s armor.legs minecraft:diamond_leggings
5
+ - /replaceitem entity @s armor.feet minecraft:diamond_boots
6
+ - /replaceitem entity @s weapon.mainhand minecraft:diamond_sword
7
+ - /give @p minecraft:bow 1
8
+ - /give @p minecraft:arrow 64
9
+ - /time set night
10
+ - /effect give @a night_vision 99999 250 true
11
+ - /summon minecraft:skeleton ~2 ~ ~
12
+ defaults:
13
+ - base
14
+ - _self_
15
+ text: Combat skeletons with equipped weapons and armor.
combat_spider.yaml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /replaceitem entity @s armor.head minecraft:diamond_helmet
3
+ - /replaceitem entity @s armor.chest minecraft:diamond_chestplate
4
+ - /replaceitem entity @s armor.legs minecraft:diamond_leggings
5
+ - /replaceitem entity @s armor.feet minecraft:diamond_boots
6
+ - /replaceitem entity @s weapon.mainhand minecraft:diamond_sword
7
+ - /give @p minecraft:torch 16
8
+ - /time set night
9
+ - /summon minecraft:spider ~2 ~ ~
10
+ defaults:
11
+ - base
12
+ - _self_
13
+ text: Combat spiders using the necessary weapons and armor.
combat_spiders.yaml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /replaceitem entity @s armor.head minecraft:diamond_helmet
3
+ - /replaceitem entity @s armor.chest minecraft:diamond_chestplate
4
+ - /replaceitem entity @s armor.legs minecraft:diamond_leggings
5
+ - /replaceitem entity @s armor.feet minecraft:diamond_boots
6
+ - /replaceitem entity @s weapon.mainhand minecraft:diamond_sword
7
+ - /time set night
8
+ - /effect give @a night_vision 99999 250 true
9
+ - /summon minecraft:spider ~3 ~ ~
10
+ defaults:
11
+ - base
12
+ - _self_
13
+ text: Engage in combat with spiders using appropriate weapons and armor.
combat_zombies.yaml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /replaceitem entity @s armor.head minecraft:diamond_helmet
3
+ - /replaceitem entity @s armor.chest minecraft:diamond_chestplate
4
+ - /replaceitem entity @s armor.legs minecraft:diamond_leggings
5
+ - /replaceitem entity @s armor.feet minecraft:diamond_boots
6
+ - /replaceitem entity @s weapon.mainhand minecraft:diamond_sword
7
+ - /summon minecraft:zombie ~3 ~ ~
8
+ - /time set night
9
+ defaults:
10
+ - base
11
+ - _self_
12
+ text: 'Combat zombies with given weapons and armor. '
craft_enchantment.yaml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:obsidian 4
3
+ - /give @s minecraft:diamond 2
4
+ - /give @s minecraft:book 1
5
+ - /give @s minecraft:crafting_table 1
6
+ - /setblock ~2 ~ ~ minecraft:crafting_table
7
+ defaults:
8
+ - base
9
+ - _self_
10
+ text: Craft an enchanting table to enchant your items.
craft_ladder.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:stick 15
3
+ - /give @s minecraft:crafting_table 1
4
+ - /setblock ~2 ~ ~ minecraft:crafting_table
5
+ defaults:
6
+ - base
7
+ - _self_
8
+ text: Open your inventory and craft a ladder using sticks.
craft_smelting.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:cobblestone 20
3
+ - /give @s minecraft:crafting_table 1
4
+ defaults:
5
+ - base
6
+ - _self_
7
+ text: Craft a furnace for smelting items.
craft_stonecut.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:stone 15
3
+ - /give @s minecraft:iron_ingot 5
4
+ - /give @s minecraft:crafting_table 1
5
+ defaults:
6
+ - base
7
+ - _self_
8
+ text: Open your inventory and craft a stonecutter.
craft_table.yaml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:oak_planks 10
3
+ defaults:
4
+ - base
5
+ - _self_
6
+ text: 'Open your inventory and craft a crafting table using wooden planks. '
craft_the_crafting_table.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:oak_log 4
3
+ - /setblock ~2 ~ ~ minecraft:crafting_table
4
+ defaults:
5
+ - base
6
+ - _self_
7
+ text: Open your inventory and craft a crafting table using wooden planks.
craft_to_cake.yaml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:bucket 3
3
+ - /give @s minecraft:sugar 5
4
+ - /give @s minecraft:wheat 5
5
+ - /give @s minecraft:egg 3
6
+ - /give @s minecraft:crafting_table 1
7
+ - /setblock ~2 ~ ~2 minecraft:sugar_cane
8
+ defaults:
9
+ - base
10
+ - _self_
11
+ text: Craft a cake using ingredients gathered from various sources.
craft_to_clock.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:gold_ingot 10
3
+ - /give @s minecraft:redstone 5
4
+ - /setblock ~2 ~ ~ minecraft:crafting_table
5
+ defaults:
6
+ - base
7
+ - _self_
8
+ text: Open inventory and craft a clock.
craft_to_ladder.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:stick 12
3
+ - /give @s minecraft:crafting_table 1
4
+ defaults:
5
+ - base
6
+ - _self_
7
+ text: Open your inventory and craft a ladder.
cut_stone.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:iron_pickaxe 1
3
+ - /execute as @p at @s run fill ~2 ~ ~ ~3 ~ ~ minecraft:stone
4
+ defaults:
5
+ - base
6
+ - _self_
7
+ text: Use a pickaxe to mine stone blocks.
dig_three_down_and_fill_one_up.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:iron_shovel 1
3
+ - /give @s minecraft:dirt 10
4
+ defaults:
5
+ - base
6
+ - _self_
7
+ text: Dig three blocks down and fill one block up with dirt.
drink_harming_potion.yaml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @p minecraft:potion{Potion:"minecraft:harming"} 1
3
+ defaults:
4
+ - base
5
+ - _self_
6
+ text: drink harming potion
enchant_diamond_sword.yaml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:diamond_sword
3
+ - /give @s minecraft:enchanting_table
4
+ - /give @s minecraft:lapis_lazuli 15
5
+ - /give @s minecraft:book 30
6
+ - /setblock ~2 ~ ~ minecraft:enchanting_table
7
+ defaults:
8
+ - base
9
+ - _self_
10
+ text: Enchant a diamond sword using an enchanting table.
enchant_sword.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:diamond_sword
3
+ - /give @s minecraft:lapis_lazuli 15
4
+ - /setblock ~2 ~ ~ minecraft:enchanting_table
5
+ defaults:
6
+ - base
7
+ - _self_
8
+ text: Enchant a sword using an enchanting table.
explore_boat.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:oak_planks 10
3
+ - /setblock ~3 ~ ~ minecraft:water
4
+ - /summon boat
5
+ defaults:
6
+ - base
7
+ - _self_
8
+ text: Build and use a boat to explore water bodies in Minecraft.
explore_chest.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:diamond_pickaxe
3
+ - /setblock ~2 ~ ~ minecraft:chest
4
+ - /give @s minecraft:torch 20
5
+ defaults:
6
+ - base
7
+ - _self_
8
+ text: Explore and open a chest to discover its contents.
explore_climb.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:bread 32
3
+ - /give @s minecraft:iron_pickaxe
4
+ defaults:
5
+ - base
6
+ - _self_
7
+ text: Explore and climb a mountain.
explore_mine.yaml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /replaceitem entity @s weapon.mainhand minecraft:stone_pickaxe
3
+ defaults:
4
+ - base
5
+ - _self_
6
+ text: Explore a mine to gather resources and discover treasures.
explore_run.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:oak_boat
3
+ - /give @s minecraft:filled_map
4
+ - /give @s minecraft:cooked_beef 64
5
+ defaults:
6
+ - base
7
+ - _self_
8
+ text: Explore the world of Minecraft by traveling across various biomes and finding
9
+ interesting locations.
explore_the_treasure.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:map 1
3
+ - /give @s minecraft:wooden_pickaxe 1
4
+ - /give @s minecraft:oak_boat 1
5
+ - /setblock ~2 ~ ~ minecraft:chest{LootTable:"minecraft:chests/buried_treasure"}
6
+ defaults:
7
+ - base
8
+ - _self_
9
+ text: Locate and explore a buried treasure using a treasure map.
find_diamond.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /replaceitem entity @s weapon.mainhand minecraft:iron_pickaxe
3
+ - /execute as @p at @s run fill ~ ~ ~ ~1 ~-5 ~ diamond_ore
4
+ - /tp @s ~ ~-10 ~
5
+ defaults:
6
+ - base
7
+ - _self_
8
+ text: Locate and mine diamond ore in the underground layers of the world.
find_forest.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:map 1
3
+ - /give @s minecraft:compass 1
4
+ - /give @s minecraft:cooked_beef 16
5
+ - /give @s minecraft:wooden_sword 1
6
+ defaults:
7
+ - base
8
+ - _self_
9
+ text: Explore the world to find a forest biome.
find_village.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:map
3
+ - /give @s minecraft:compass
4
+ - /give @s minecraft:cooked_beef 16
5
+ - /give @s minecraft:bread 16
6
+ defaults:
7
+ - base
8
+ - _self_
9
+ text: Explore the world to find a village.
hunt_a_sheep.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /replaceitem entity @s weapon.mainhand minecraft:wooden_sword
3
+ - /summon minecraft:sheep ~2 ~ ~
4
+ - /give @p minecraft:bread 10
5
+ - /give @p minecraft:wooden_sword 1
6
+ defaults:
7
+ - base
8
+ - _self_
9
+ text: Hunt a sheep to obtain wool and mutton.
hunt_animals.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /replaceitem entity @s weapon.mainhand minecraft:wooden_sword
3
+ - /give @s minecraft:bread 10
4
+ - /summon minecraft:pig ~3 ~ ~
5
+ - /summon minecraft:chicken ~4 ~ ~
6
+ defaults:
7
+ - base
8
+ - _self_
9
+ text: Hunt animals for resources like meat and leather.
lead_animals.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:lead 15
3
+ - /summon minecraft:cow ~2 ~ ~
4
+ - /summon minecraft:pig ~3 ~ ~
5
+ - /give @s minecraft:carrot 10
6
+ defaults:
7
+ - base
8
+ - _self_
9
+ text: Lead animals
make_fire_with_flint_and_steel.yaml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:flint 5
3
+ - /give @s minecraft:iron_ingot 5
4
+ - /give @s minecraft:oak_log 10
5
+ - /give @s minecraft:oak_leaves 10
6
+ - /replaceitem entity @s weapon.mainhand minecraft:flint_and_steel
7
+ defaults:
8
+ - base
9
+ - _self_
10
+ text: Use flint and steel to ignite a fire.
make_obsidian_by_wate.yaml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ custom_init_commands:
2
+ - /give @s minecraft:water_bucket 2
3
+ - /give @s minecraft:lava_bucket 2
4
+ - /replaceitem entity @s weapon.mainhand minecraft:diamond_pickaxe
5
+ - /setblock ~2 ~ ~ minecraft:lava
6
+ - /setblock ~2 ~ ~ minecraft:water
7
+ defaults:
8
+ - base
9
+ - _self_
10
+ text: Make obsidian by placing water over lava source blocks.