diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-03-20 13:26:51 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-03-20 13:26:51 +0100 |
commit | e7433813194f0a08689c5c5bb666d69831152798 (patch) | |
tree | a53cbff091736c50ba89da58225939e4e7708700 /data/vanilla_skyblock/functions/initialize_nether.mcfunction | |
parent | 0da9a66dc717b5b18fbba7cffa41ebd1c01f8a8a (diff) |
add all islands in init
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 |