
outer end spawn
spawn in the outer end islands upon creating a world
this makes you spawn at 942, 121, 13 in the outer end islands with a 5 by 5 platform of obsidian below you to break your fall into the void
how it works
1. Set player spawnpoint in The End
execute as @a[tag=!end_spawned] in minecraft:the_end run spawnpoint @s 942 121 13
2. Teleport player to The End spawn
execute as @a[tag=!end_spawned] in minecraft:the_end run tp @s 942 121 13 0 0
3. Build a 5x5 obsidian platform centered at (942,120,13)
execute in minecraft:the_end run fill 940 120 11 944 120 15 obsidian
4. Mark player as initialized
execute as @a[tag=!end_spawned] run tag @s add end_spawned
and thats how it works :D
licence
use freely for modpack creation or playthroughs
the file may not be trasferd it must be downloaded from modrinth every time
feel free to poke around in the files but if edited then posted credit must be given in the files
no reposting on any program exept modrinth (assuming the file was edited becouse if not reposting will result in a lawsuit)
