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
1 changed files with 1 additions and 1 deletions

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"},
},