diff options
author | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2019-07-18 02:12:06 -0400 |
---|---|---|
committer | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2019-07-18 02:13:54 -0400 |
commit | 0450d8f82bb7c70c164a802730b99c2829791ebd (patch) | |
tree | ff1f7c964481f473c2af7c971154692fc4505125 | |
parent | aa50e41d4a7748110c7bff8491eccc369fc7bd1e (diff) | |
download | solidcolor-0450d8f82bb7c70c164a802730b99c2829791ebd.tar solidcolor-0450d8f82bb7c70c164a802730b99c2829791ebd.tar.gz solidcolor-0450d8f82bb7c70c164a802730b99c2829791ebd.tar.bz2 solidcolor-0450d8f82bb7c70c164a802730b99c2829791ebd.tar.xz solidcolor-0450d8f82bb7c70c164a802730b99c2829791ebd.zip |
use Unified Dyes on_dig where needed - requires Unified Dyes commit 9ff40a7f or later
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ minetest.register_node("solidcolor:block", { paramtype2 = "color", palette = "unifieddyes_palette_extended.png", on_construct = unifieddyes.on_construct, + on_dig = unifieddyes.on_dig, }) minetest.register_craft( { |