summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2012-08-19 21:05:00 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2012-08-19 21:05:00 -0400
commit2f02d5c3452622769cf5f386d240b1753cea960f (patch)
tree85bbdf85015555cc69f0401185682f619c612899
parent1c8945b9d8d30a9e7c36480ae60d098884fafe08 (diff)
downloadunifieddyes-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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index d549c8b..e17773a 100644
--- a/init.lua
+++ b/init.lua
@@ -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", {