mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-01 07:30:43 +02:00
Add in prepare_groups tree and wool (#128)
Tree for glitch with furnace Wool move for more coherence
This commit is contained in:
@ -106,9 +106,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
|
||||
|
Reference in New Issue
Block a user