Fix the dye recipes for square glass.

This commit is contained in:
orbea 2020-04-20 20:20:21 -07:00
parent 8e7aea0317
commit 308a52819b
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ if minetest.get_modpath("unifieddyes") then
type = "shapeless",
neutral_node = "",
recipe = {
"darkage:stained_milk_glass_square",
"darkage:milk_glass_square",
"MAIN_DYE"
}
})