blob: 5b5fe61b0fa17c4b622dcb95b4641738eee91e05 (
plain)
1
2
3
4
5
6
7
8
|
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
|