kay27 2021-02-26 02:48:22 +04:00
parent 3406342ed0
commit 0e37188ad1
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ function mcl_portals.light_nether_portal(pos)
-- Only allow to make portals in Overworld and Nether
local dim = mcl_worlds.pos_to_dimension(pos)
if dim ~= "overworld" and dim ~= "nether" then
return 0
return false
end
local orientation = math.random(0, 1)
for orientation_iteration = 1, 2 do