mirror of
https://github.com/minetest-mods/nether.git
synced 2025-07-01 07:50:34 +02:00
Check no other mod is already using a portal definition
This commit is contained in:
2
init.lua
2
init.lua
@ -71,7 +71,7 @@ This opens to a truly hellish place, though for small mercies the air there is s
|
||||
The expedition parties have found no diamonds or gold, and after an experienced search party failed to return from the trail of a missing expedition party, I must conclude this is a dangerous place.
|
||||
]], 10 * nether.FASTTRAVEL_FACTOR),
|
||||
|
||||
within_realm = function(pos) -- return true if pos is inside the Nether
|
||||
is_within_realm = function(pos) -- return true if pos is inside the Nether
|
||||
return pos.y < nether.DEPTH
|
||||
end,
|
||||
|
||||
|
Reference in New Issue
Block a user