use Unified Dyes on_dig where needed - requires Unified Dyes commit 9ff40a7f or later

This commit is contained in:
Vanessa Dannenberg
2019-07-18 02:16:46 -04:00
parent 80352d69e1
commit 9dcc6c2b4d
10 changed files with 25 additions and 2 deletions

View File

@ -153,6 +153,7 @@ homedecor.register("kitchen_chair_padded", {
after_place_node = function(pos, placer, itemstack, pointed_thing)
unifieddyes.fix_rotation_nsew(pos, placer, itemstack, pointed_thing)
end,
on_dig = unifieddyes.on_dig,
on_rotate = unifieddyes.fix_after_screwdriver_nsew,
on_rightclick = function(pos, node, clicker, itemstack, pointed_thing)
pos.y = pos.y+0 -- where do I put my ass ?