From 77f0e689f84a601f5da4aaf2308bccf74a531346 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 24 Jul 2021 16:59:58 +0800 Subject: Initial public release (minecraft 1.17.1). --- .../functions/structgen/helpers/gen_end_ship_east_helper.mcfunction | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/bktsb/functions/structgen/helpers/gen_end_ship_east_helper.mcfunction (limited to 'data/bktsb/functions/structgen/helpers/gen_end_ship_east_helper.mcfunction') diff --git a/data/bktsb/functions/structgen/helpers/gen_end_ship_east_helper.mcfunction b/data/bktsb/functions/structgen/helpers/gen_end_ship_east_helper.mcfunction new file mode 100644 index 0000000..c791e15 --- /dev/null +++ b/data/bktsb/functions/structgen/helpers/gen_end_ship_east_helper.mcfunction @@ -0,0 +1,5 @@ +fill ~ ~ ~ ~ ~-29 ~ minecraft:air replace minecraft:redstone_block +setblock ~ ~ ~ minecraft:air +fill ~0 ~-25 ~-30 ~-30 ~-24 ~30 minecraft:command_block{auto:1,Command:"function bktsb:structgen/helpers/place_endship_loot_and_vanish",TrackOutput:0} replace minecraft:structure_block{metadata:"Chest"} +fill ~0 ~-25 ~-30 ~-30 ~-24 ~30 minecraft:command_block{auto:1,Command:"function bktsb:structgen/helpers/place_elytra_west_and_vanish",TrackOutput:0} replace minecraft:structure_block{metadata:"Elytra"} +fill ~0 ~-29 ~-30 ~-30 ~-18 ~30 minecraft:command_block{auto:1,Command:"function bktsb:structgen/helpers/summon_shulker_and_vanish",TrackOutput:0} replace minecraft:structure_block{metadata:"Sentry"} -- cgit v1.2.3