diff options
Diffstat (limited to 'data/vanilla_skyblock/functions/initialize_nether.mcfunction')
-rw-r--r-- | data/vanilla_skyblock/functions/initialize_nether.mcfunction | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/data/vanilla_skyblock/functions/initialize_nether.mcfunction b/data/vanilla_skyblock/functions/initialize_nether.mcfunction deleted file mode 100644 index 5b5fe61..0000000 --- a/data/vanilla_skyblock/functions/initialize_nether.mcfunction +++ /dev/null @@ -1,8 +0,0 @@ -execute as @a in the_nether run setblock ~1 ~-1 0 glowstone -execute in the_nether run spawnpoint @s 5 5 5 - -execute as @s in the_nether run setblock ~2 ~-2 2 glowstone -# todo: get current location of nether spawn in - -# set flag -scoreboard players set initialized_nether vanilla_skyblock_data 1 |