Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2020-12-30 22:28:05 +01:00
4 changed files with 15 additions and 8 deletions

View File

@ -108,9 +108,6 @@ if minetest.get_modpath("wool") then
local ndef = table.copy(minetest.registered_nodes[nodename])
ndef.sunlight_propagates = true
-- Prevent dye+cut wool recipy from creating a full wool block.
ndef.groups.wool = nil
stairsplus:register_all(mod, name, nodename, ndef)
end
end