From fcbea16f2ae86843eb214f64e02a96862e8e3564 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 23 Jun 2024 17:04:11 +0200 Subject: original => vanilla && overwrite some more hard-coded structures :] --- data/vanilla_skyblock/function/debug.mcfunction | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 data/vanilla_skyblock/function/debug.mcfunction (limited to 'data/vanilla_skyblock/function/debug.mcfunction') diff --git a/data/vanilla_skyblock/function/debug.mcfunction b/data/vanilla_skyblock/function/debug.mcfunction new file mode 100644 index 0000000..bbf2fe7 --- /dev/null +++ b/data/vanilla_skyblock/function/debug.mcfunction @@ -0,0 +1,27 @@ +gamemode creative + + + +# 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 + +fill 0 64 -2 1 67 -2 nether_portal + + + +# create end portal + +fill 5 63 1 5 63 -1 end_portal_frame +fill 6 63 2 8 63 2 end_portal_frame +fill 6 63 -2 8 63 -2 end_portal_frame +fill 9 63 1 9 63 -1 end_portal_frame + +fill 6 63 1 8 63 -1 end_portal + +execute in the_end run forceload add 103 0 +execute in the_end run forceload remove 103 0 +execute in the_end run setblock 103 48 0 end_gateway -- cgit v1.2.3