From e60644c7e01100a775283ff63f3db0d7471f27fa Mon Sep 17 00:00:00 2001
From: Calinou <calinou9999spam@gmail.com>
Date: Sun, 27 Oct 2013 19:24:49 +0100
Subject: Fix drops

---
 stairsplus/panels.lua | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

(limited to 'stairsplus/panels.lua')

diff --git a/stairsplus/panels.lua b/stairsplus/panels.lua
index 7534b80..a5a9caa 100644
--- a/stairsplus/panels.lua
+++ b/stairsplus/panels.lua
@@ -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,
-- 
cgit v1.2.3