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/original_skyblock/function/debug.mcfunction | |
parent | 9104556192e966c52b28c2e95e3e9692ed8e7932 (diff) |
original => vanilla && overwrite some more hard-coded structures :]
Diffstat (limited to 'data/original_skyblock/function/debug.mcfunction')
-rw-r--r-- | data/original_skyblock/function/debug.mcfunction | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/data/original_skyblock/function/debug.mcfunction b/data/original_skyblock/function/debug.mcfunction deleted file mode 100644 index 3f336b5..0000000 --- a/data/original_skyblock/function/debug.mcfunction +++ /dev/null @@ -1,23 +0,0 @@ -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 |