forked from Mineclonia/Mineclonia
Fix End portal platform sometimes not spawning
This commit is contained in:
parent
768c97205a
commit
aa8507f94a
|
@ -253,6 +253,7 @@ minetest.register_abm({
|
|||
end
|
||||
|
||||
local platform
|
||||
build_end_portal_destination(platform_pos)
|
||||
check_and_build_end_portal_destination(platform_pos)
|
||||
|
||||
target = table.copy(platform_pos)
|
||||
|
|
Loading…
Reference in New Issue