diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-06-23 17:04:11 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-06-23 17:04:11 +0200 |
commit | fcbea16f2ae86843eb214f64e02a96862e8e3564 (patch) | |
tree | cf169230f9ad723e610cfb511701ae128c754ed2 /data/vanilla_skyblock/function/debug.mcfunction | |
parent | 9104556192e966c52b28c2e95e3e9692ed8e7932 (diff) |
original => vanilla && overwrite some more hard-coded structures :]
Diffstat (limited to 'data/vanilla_skyblock/function/debug.mcfunction')
-rw-r--r-- | data/vanilla_skyblock/function/debug.mcfunction | 27 |
1 files changed, 27 insertions, 0 deletions
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 |