mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-22 07:10:21 +02:00
use Unified Dyes on_dig where needed - requires Unified Dyes commit 9ff40a7f or later
This commit is contained in:
@ -41,6 +41,7 @@ minetest.register_node(":lrfurn:sofa", {
|
||||
end
|
||||
return itemstack
|
||||
end,
|
||||
on_dig = unifieddyes.on_dig,
|
||||
on_rightclick = function(pos, node, clicker, itemstack, pointed_thing)
|
||||
if not clicker:is_player() then
|
||||
return itemstack
|
||||
|
Reference in New Issue
Block a user