diff options
author | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2019-07-18 02:09:48 -0400 |
---|---|---|
committer | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2019-07-18 02:14:43 -0400 |
commit | ea3f8ad7a5ad08e74e52ab25ca966969de7e080e (patch) | |
tree | 963b5ed8f026037a3f1b9a7a81671e47c0e5b8ae | |
parent | 10cb913a7870dc06a0f7da1c400fbf1e59c0c2e9 (diff) | |
download | plasticbox-ea3f8ad7a5ad08e74e52ab25ca966969de7e080e.tar plasticbox-ea3f8ad7a5ad08e74e52ab25ca966969de7e080e.tar.gz plasticbox-ea3f8ad7a5ad08e74e52ab25ca966969de7e080e.tar.bz2 plasticbox-ea3f8ad7a5ad08e74e52ab25ca966969de7e080e.tar.xz plasticbox-ea3f8ad7a5ad08e74e52ab25ca966969de7e080e.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("plasticbox:plasticbox", { paramtype2 = "color", palette = "unifieddyes_palette_extended.png", on_construct = unifieddyes.on_construct, + on_dig = unifieddyes.on_dig, }) if minetest.global_exists("stairsplus") then |