1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-06-28 12:56:01 +02:00

fix #20 (undeclared globals)

This commit is contained in:
Vanessa Dannenberg
2019-08-21 17:44:58 -04:00
parent daef49a255
commit 6c07a31857
2 changed files with 11 additions and 9 deletions

View File

@ -52,7 +52,7 @@ homedecor.register("armchair", {
palette = "unifieddyes_palette_colorwallmounted.png",
groups = {snappy=3, ud_param2_colorable = 1},
sounds = default.node_sound_wood_defaults(),
node_box = ac_cbox,
node_box = armchair_cbox,
after_place_node = function(pos, placer, itemstack, pointed_thing)
unifieddyes.fix_rotation_nsew(pos, placer, itemstack, pointed_thing)
end,