Merge pull request #1 from jojoa1997/patch-1

adds a wool recipe for cotton
This commit is contained in:
VanessaE 2013-01-19 22:12:04 -08:00
commit e8ade417ee
1 changed files with 9 additions and 0 deletions

View File

@ -135,3 +135,12 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "wool:white 2",
recipe = {
{'', '', ''},
{'flowers:cotton', 'flowers:cotton', ''},
{'flowers:cotton', 'flowers:cotton', ''},
}
})