Fix outdated recipe for building_blocks terrycloth towel

This commit is contained in:
Vanessa Ezekowitz 2014-07-19 12:35:55 -04:00
parent a3ccb6176b
commit 88fbee26a9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ minetest.register_node("building_blocks:Roofing", {
minetest.register_craft({
output = 'building_blocks:terrycloth_towel 2',
recipe = {
{"flowers:cotton", "flowers:cotton", "flowers:cotton"},
{"farming:string", "farming:string", "farming:string"},
}
})
minetest.register_craft({