Fix drops

This commit is contained in:
Calinou
2013-10-27 19:24:49 +01:00
parent 1333faa48b
commit e60644c7e0
3 changed files with 22 additions and 22 deletions

View File

@ -42,7 +42,7 @@ function register_panel(modname, subname, recipeitem, groups, images, descriptio
drawtype = "nodebox",
tiles = images,
light_source = light,
drop = modname .. ":panel_" .. drop,
drop = modname .. ":panel_" .. drop .. "_1",
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,
@ -67,7 +67,7 @@ function register_panel(modname, subname, recipeitem, groups, images, descriptio
drawtype = "nodebox",
tiles = images,
light_source = light,
drop = modname .. ":panel_" .. drop,
drop = modname .. ":panel_" .. drop .. "_2",
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,
@ -92,7 +92,7 @@ function register_panel(modname, subname, recipeitem, groups, images, descriptio
drawtype = "nodebox",
tiles = images,
light_source = light,
drop = modname .. ":panel_" .. drop,
drop = modname .. ":panel_" .. drop .. "_4",
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,
@ -117,7 +117,7 @@ function register_panel(modname, subname, recipeitem, groups, images, descriptio
drawtype = "nodebox",
tiles = images,
light_source = light,
drop = modname .. ":panel_" .. drop,
drop = modname .. ":panel_" .. drop .. "_12",
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,
@ -142,7 +142,7 @@ function register_panel(modname, subname, recipeitem, groups, images, descriptio
drawtype = "nodebox",
tiles = images,
light_source = light,
drop = modname .. ":panel_" .. drop,
drop = modname .. ":panel_" .. drop .. "_14",
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,
@ -167,7 +167,7 @@ function register_panel(modname, subname, recipeitem, groups, images, descriptio
drawtype = "nodebox",
tiles = images,
light_source = light,
drop = modname .. ":panel_" .. drop,
drop = modname .. ":panel_" .. drop .. "_15",
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,