From d12d29970c26deb59d8cebf4f8f1551def7e127a Mon Sep 17 00:00:00 2001 From: Alexander Weber Date: Fri, 24 Feb 2017 11:46:12 +0100 Subject: [PATCH] material/formation renamed to base_material/shape_type --- api.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api.lua b/api.lua index 14e8347..4d96241 100644 --- a/api.lua +++ b/api.lua @@ -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