Fix the dye recipes for square glass. (#5)

This commit is contained in:
orbea 2020-04-21 05:34:01 +00:00 committed by GitHub
parent 8e7aea0317
commit befafde095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}
})