From e7433813194f0a08689c5c5bb666d69831152798 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 20 Mar 2024 13:26:51 +0100 Subject: add all islands in init --- data/vanilla_skyblock/functions/debug.mcfunction | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/vanilla_skyblock/functions/debug.mcfunction (limited to 'data/vanilla_skyblock/functions/debug.mcfunction') diff --git a/data/vanilla_skyblock/functions/debug.mcfunction b/data/vanilla_skyblock/functions/debug.mcfunction new file mode 100644 index 0000000..3087cb2 --- /dev/null +++ b/data/vanilla_skyblock/functions/debug.mcfunction @@ -0,0 +1,8 @@ +# create nether portal +fill -1 63 -2 2 63 -2 obsidian +fill -1 63 -2 -1 68 -2 obsidian +fill 2 63 -2 2 68 -2 obsidian +fill -1 68 -2 2 68 -2 obsidian + +# add flint_and_steel to chest +execute in overworld run item replace block 4 64 0 container.2 with flint_and_steel 1 -- cgit v1.2.3