Fix Nether portal in End

This commit is contained in:
kay27 2022-01-19 04:11:29 +04:00
parent a36f3ba7d0
commit 89769b8168
1 changed files with 1 additions and 0 deletions

View File

@ -696,6 +696,7 @@ local function teleport_no_delay(obj, pos)
finalize_teleport(obj, exit)
else
dim = dimension_to_teleport[dim]
if not dim then return end
-- need to create arrival portal
create_portal(target, limits[dim].pmin, limits[dim].pmax, name, obj)
end