aboutsummaryrefslogtreecommitdiff
path: root/stairsplus/microblocks.lua
diff options
context:
space:
mode:
authorCalinou <calinou9999spam@gmail.com>2013-10-27 19:24:49 +0100
committerCalinou <calinou9999spam@gmail.com>2013-10-27 19:24:49 +0100
commite60644c7e01100a775283ff63f3db0d7471f27fa (patch)
tree9dcd7940e1e4d1e018d09fd39655c2fe54ea5d39 /stairsplus/microblocks.lua
parent1333faa48b4df017e862441e65d2f3661c0e55e8 (diff)
downloadmoreblocks-e60644c7e01100a775283ff63f3db0d7471f27fa.tar.gz
moreblocks-e60644c7e01100a775283ff63f3db0d7471f27fa.tar.bz2
moreblocks-e60644c7e01100a775283ff63f3db0d7471f27fa.zip
Fix drops
Diffstat (limited to 'stairsplus/microblocks.lua')
-rw-r--r--stairsplus/microblocks.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/stairsplus/microblocks.lua b/stairsplus/microblocks.lua
index de4d581..24a69ea 100644
--- a/stairsplus/microblocks.lua
+++ b/stairsplus/microblocks.lua
@@ -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,