1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2024-09-28 23:00:29 +02:00

adds a wool recipe for cotton

This commit is contained in:
jojoa1997 2013-01-19 17:51:09 -05:00
parent 1229b10014
commit bce47c2ce4

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', ''},
}
})