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/original_skyblock/function/debug.mcfunction | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 data/original_skyblock/function/debug.mcfunction (limited to 'data/original_skyblock/function/debug.mcfunction') 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 -- cgit v1.2.3