forked from nalc/homedecor_modpack
Delete useless params
This commit is contained in:
parent
692a35679a
commit
be9d1e0b7e
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue
Block a user