plain wooden kitchen chair is not supposed to be colorable

This commit is contained in:
Vanessa Ezekowitz 2017-02-21 11:28:43 -05:00
parent f09481c3f0
commit 96d0084109
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ homedecor.register("kitchen_chair_wood", {
paramtype2 = "wallmounted",
selection_box = kc_cbox,
collision_box = kc_cbox,
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2, ud_param2_colorable = 1},
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2},
sounds = default.node_sound_wood_defaults(),
after_place_node = unifieddyes.fix_rotation_nsew,
on_rotate = unifieddyes.fix_after_screwdriver_nsew,