diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2012-08-19 21:05:00 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2012-08-19 21:05:00 -0400 |
commit | 2f02d5c3452622769cf5f386d240b1753cea960f (patch) | |
tree | 85bbdf85015555cc69f0401185682f619c612899 | |
parent | 1c8945b9d8d30a9e7c36480ae60d098884fafe08 (diff) | |
download | unifieddyes-2f02d5c3452622769cf5f386d240b1753cea960f.tar unifieddyes-2f02d5c3452622769cf5f386d240b1753cea960f.tar.gz unifieddyes-2f02d5c3452622769cf5f386d240b1753cea960f.tar.bz2 unifieddyes-2f02d5c3452622769cf5f386d240b1753cea960f.tar.xz unifieddyes-2f02d5c3452622769cf5f386d240b1753cea960f.zip |
fixed incorrect groups setting for blue dye.
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -370,7 +370,7 @@ minetest.register_craft( { minetest.register_craftitem("unifieddyes:blue", { description = "Full Blue Dye", inventory_image = "unifieddyes_blue.png", - groups = { dye=1, basecolor_violet=1, excolor_violet=1, unicolor_violet=1 } + groups = { dye=1, basecolor_blue=1, excolor_blue=1, unicolor_blue=1 } }) minetest.register_craftitem("unifieddyes:violet", { |