summaryrefslogtreecommitdiff
path: root/data/vanilla_skyblock/functions/initialize_nether.mcfunction
diff options
context:
space:
mode:
Diffstat (limited to 'data/vanilla_skyblock/functions/initialize_nether.mcfunction')
-rw-r--r--data/vanilla_skyblock/functions/initialize_nether.mcfunction6
1 files changed, 4 insertions, 2 deletions
diff --git a/data/vanilla_skyblock/functions/initialize_nether.mcfunction b/data/vanilla_skyblock/functions/initialize_nether.mcfunction
index 4dcb5a5..5b5fe61 100644
--- a/data/vanilla_skyblock/functions/initialize_nether.mcfunction
+++ b/data/vanilla_skyblock/functions/initialize_nether.mcfunction
@@ -1,6 +1,8 @@
-tellraw @a "hi@nether!"
+execute as @a in the_nether run setblock ~1 ~-1 0 glowstone
+execute in the_nether run spawnpoint @s 5 5 5
-execute in the_nether run setblock 0 61 0 bedrock
+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