forked from mtcontrib/unifieddyes
fix brain-o (copy&paste error) in groups for light grey
This commit is contained in:
parent
6d71b346a1
commit
9ea6469506
2
init.lua
2
init.lua
|
@ -105,7 +105,7 @@ minetest.register_craft( {
|
||||||
minetest.register_craftitem(":dye:light_grey", {
|
minetest.register_craftitem(":dye:light_grey", {
|
||||||
description = "Light Grey Dye",
|
description = "Light Grey Dye",
|
||||||
inventory_image = "unifieddyes_lightgrey.png",
|
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( {
|
minetest.register_craft( {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user