mirror of
https://github.com/minetest/minetest_game.git
synced 2024-12-22 23:10:17 +01:00
ability to dye coloured wool white
as above, the avility to dye coloured wool whilte again.
This commit is contained in:
parent
38a8351327
commit
f4512cb5b6
@ -9,7 +9,7 @@ local wool = {}
|
|||||||
-- colors, and then some recipes using more specific colors for a few non-base
|
-- colors, and then some recipes using more specific colors for a few non-base
|
||||||
-- colors available. When crafting, the last recipes will be checked first.
|
-- colors available. When crafting, the last recipes will be checked first.
|
||||||
wool.dyes = {
|
wool.dyes = {
|
||||||
{"white", "White", nil},
|
{"white", "White", "basecolor_white"},
|
||||||
{"grey", "Grey", "basecolor_grey"},
|
{"grey", "Grey", "basecolor_grey"},
|
||||||
{"black", "Black", "basecolor_black"},
|
{"black", "Black", "basecolor_black"},
|
||||||
{"red", "Red", "basecolor_red"},
|
{"red", "Red", "basecolor_red"},
|
||||||
|
Loading…
Reference in New Issue
Block a user