Delete useless params

This commit is contained in:
kilbith 2015-01-23 23:45:26 +01:00
parent 692a35679a
commit be9d1e0b7e
1 changed files with 0 additions and 4 deletions

View File

@ -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"),