From 4d726407818278dde1c78a18f1f60c3d5eb07723 Mon Sep 17 00:00:00 2001 From: Calinou Date: Sat, 22 Dec 2012 19:34:00 +0100 Subject: [PATCH] Fix (three)quarter wall slab drop --- stairsplus/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stairsplus/init.lua b/stairsplus/init.lua index d4b5a6c..0a2c333 100644 --- a/stairsplus/init.lua +++ b/stairsplus/init.lua @@ -921,7 +921,7 @@ function stairsplus.register_slab(modname, subname, recipeitem, groups, images, description = description, drawtype = "nodebox", tiles = images, - drop = modname .. ":slab_" .. drop .. "_wall", + drop = modname .. ":slab_" .. drop .. "_quarter_wall", paramtype = "light", paramtype2 = "facedir", sunlight_propagates = true, @@ -942,7 +942,7 @@ function stairsplus.register_slab(modname, subname, recipeitem, groups, images, description = description, drawtype = "nodebox", tiles = images, - drop = modname .. ":slab_" .. drop .. "_wall", + drop = modname .. ":slab_" .. drop .. "_three_quarter_wall", paramtype = "light", paramtype2 = "facedir", sunlight_propagates = true,