material/formation renamed to base_material/shape_type

This commit is contained in:
Alexander Weber 2017-02-24 11:46:12 +01:00
parent 494e61a8b9
commit d12d29970c

@ -37,8 +37,8 @@ function carpets.register(recipe, def)
node.tiles = {node.tiles[6]}
end
node.groups.leafdecay = nil
node.material = recipe
node.formation = "carpet"
node.base_material = recipe
node.shape_type = "carpet"
if config:get_bool("FallingCarpet") and node.groups.falling_node == nil then
node.groups.falling_node = 1