fix brain-o (copy&paste error) in groups for light grey

This commit is contained in:
Vanessa Ezekowitz 2013-08-11 23:59:16 -04:00
parent 6d71b346a1
commit 9ea6469506
1 changed files with 1 additions and 1 deletions

View File

@ -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( {