use Unified Dyes on_dig where needed - requires Unified Dyes commit 9ff40a7f or later
This commit is contained in:
parent
bbc7bc0e48
commit
7d3e37ec30
1
init.lua
1
init.lua
@ -373,6 +373,7 @@ if minetest.get_modpath("unifieddyes") then
|
||||
groups = {cracky=1, level=2, ud_param2_colorable=1, not_in_creative_inventory=1},
|
||||
on_construct = unifieddyes.on_construct,
|
||||
sounds = default.node_sound_metal_defaults(),
|
||||
on_dig = unifieddyes.on_dig,
|
||||
})
|
||||
|
||||
minetest.override_item("default:steelblock", {
|
||||
|
Loading…
x
Reference in New Issue
Block a user