1
0
mirror of https://github.com/mt-mods/coloredwood.git synced 2024-11-13 06:00:22 +01:00

fix sticks + black/grey/white dye -> colored fence recipe

This commit is contained in:
Vanessa Ezekowitz 2014-11-04 11:53:34 -05:00
parent 44a8d96104
commit e076e308d9

View File

@ -252,7 +252,7 @@ for grey = 1,5 do
minetest.register_craft({
output = greyshadename.." 2",
recipe = {
{ "unifieddyes:"..greyname, "", "" },
{ greyname3, "", "" },
{"default:stick", "default:stick", "default:stick"},
{"default:stick", "default:stick", "default:stick"},
},