mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-10 01:33:52 +01:00
Register fence: Allow setting nodedefs to 'false'
This commit is contained in:
parent
bb084294ce
commit
f928780946
@ -297,7 +297,7 @@ function default.register_fence(name, def)
|
||||
groups = {},
|
||||
}
|
||||
for k, v in pairs(default_fields) do
|
||||
if not def[k] then
|
||||
if def[k] == nil then
|
||||
def[k] = v
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user