mirror of
https://github.com/mt-mods/unifieddyes.git
synced 2024-11-22 15:33:52 +01:00
fixed incorrect groups setting for blue dye.
This commit is contained in:
parent
1c8945b9d8
commit
2f02d5c345
2
init.lua
2
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", {
|
||||
|
Loading…
Reference in New Issue
Block a user