adds a wool recipe for cotton

此提交包含在:
jojoa1997
2013-01-19 17:51:09 -05:00
父節點 1229b10014
當前提交 bce47c2ce4

查看文件

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