forked from VoxeLibre/VoxeLibre
This commit is contained in:
parent
3406342ed0
commit
0e37188ad1
|
@ -595,7 +595,7 @@ function mcl_portals.light_nether_portal(pos)
|
||||||
-- Only allow to make portals in Overworld and Nether
|
-- Only allow to make portals in Overworld and Nether
|
||||||
local dim = mcl_worlds.pos_to_dimension(pos)
|
local dim = mcl_worlds.pos_to_dimension(pos)
|
||||||
if dim ~= "overworld" and dim ~= "nether" then
|
if dim ~= "overworld" and dim ~= "nether" then
|
||||||
return 0
|
return false
|
||||||
end
|
end
|
||||||
local orientation = math.random(0, 1)
|
local orientation = math.random(0, 1)
|
||||||
for orientation_iteration = 1, 2 do
|
for orientation_iteration = 1, 2 do
|
||||||
|
|
Loading…
Reference in New Issue