Fix (three)quarter wall slab drop

master
Calinou 2012-12-22 19:34:00 +01:00
parent d293b8193b
commit 4d72640781
1 changed files with 2 additions and 2 deletions

View File

@ -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,