diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-08-11 23:59:16 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-08-11 23:59:16 -0400 |
commit | 9ea646950698a78529ced222dd91e26a22178d44 (patch) | |
tree | 7d1ff0b23e6c1cbdb021f91fcd5b823bdad7daec | |
parent | 6d71b346a166062bd808cb63a306c27e3fdda213 (diff) | |
download | unifieddyes-9ea646950698a78529ced222dd91e26a22178d44.tar unifieddyes-9ea646950698a78529ced222dd91e26a22178d44.tar.gz unifieddyes-9ea646950698a78529ced222dd91e26a22178d44.tar.bz2 unifieddyes-9ea646950698a78529ced222dd91e26a22178d44.tar.xz unifieddyes-9ea646950698a78529ced222dd91e26a22178d44.zip |
fix brain-o (copy&paste error) in groups for light grey
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ minetest.register_craft( { minetest.register_craftitem(":dye:light_grey", { description = "Light Grey Dye", inventory_image = "unifieddyes_lightgrey.png", - groups = { dye=1, excolor_red_violet=1, unicolor_red_violet=1, not_in_creative_inventory=1 } + groups = { dye=1, excolor_lightgrey=1, unicolor_light_grey=1, not_in_creative_inventory=1 } }) minetest.register_craft( { |