From be9d1e0b7e7d54ad2f016a6bc425d8830d3ee585 Mon Sep 17 00:00:00 2001 From: kilbith Date: Fri, 23 Jan 2015 23:45:26 +0100 Subject: [PATCH] Delete useless params --- homedecor/misc-nodes.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/homedecor/misc-nodes.lua b/homedecor/misc-nodes.lua index 5251a62..2e8f028 100644 --- a/homedecor/misc-nodes.lua +++ b/homedecor/misc-nodes.lua @@ -299,8 +299,6 @@ homedecor.register("cardboard_box_big", { 'homedecor_cardbox_big_sides.png', }, sunlight_propagates = false, - paramtype = "light", - paramtype2 = "facedir", groups = { snappy = 3 }, sounds = default.node_sound_wood_defaults(), infotext=S("Cardboard box"), @@ -324,8 +322,6 @@ homedecor.register("cardboard_box", { } }, sunlight_propagates = false, - paramtype = "light", - paramtype2 = "facedir", groups = { snappy = 3 }, sounds = default.node_sound_wood_defaults(), infotext=S("Cardboard box"),