adds a wool recipe for cotton

This commit is contained in:
jojoa1997 2013-01-19 17:51:09 -05:00
parent 1229b10014
commit bce47c2ce4
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', ''},
}
})