Fix drops

这个提交包含在:
Calinou
2013-10-27 19:24:49 +01:00
父节点 1333faa48b
当前提交 e60644c7e0
共有 3 个文件被更改,包括 22 次插入22 次删除

查看文件

@ -43,7 +43,7 @@ function register_micro(modname, subname, recipeitem, groups, images, descriptio
drawtype = "nodebox",
tiles = images,
light_source = light,
drop = modname .. ":micro_" .. drop,
drop = modname .. ":micro_" .. drop .. "_1",
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,
@ -69,7 +69,7 @@ function register_micro(modname, subname, recipeitem, groups, images, descriptio
drawtype = "nodebox",
tiles = images,
light_source = light,
drop = modname .. ":micro_" .. drop,
drop = modname .. ":micro_" .. drop .. "_2",
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,
@ -95,7 +95,7 @@ function register_micro(modname, subname, recipeitem, groups, images, descriptio
drawtype = "nodebox",
tiles = images,
light_source = light,
drop = modname .. ":micro_" .. drop,
drop = modname .. ":micro_" .. drop .. "_4",
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,
@ -121,7 +121,7 @@ function register_micro(modname, subname, recipeitem, groups, images, descriptio
drawtype = "nodebox",
tiles = images,
light_source = light,
drop = modname .. ":micro_" .. drop,
drop = modname .. ":micro_" .. drop .. "_12",
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,
@ -147,7 +147,7 @@ function register_micro(modname, subname, recipeitem, groups, images, descriptio
drawtype = "nodebox",
tiles = images,
light_source = light,
drop = modname .. ":micro_" .. drop,
drop = modname .. ":micro_" .. drop .. "_14",
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,
@ -173,7 +173,7 @@ function register_micro(modname, subname, recipeitem, groups, images, descriptio
drawtype = "nodebox",
tiles = images,
light_source = light,
drop = modname .. ":micro_" .. drop,
drop = modname .. ":micro_" .. drop .. "_15",
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,