Skip to content
Snippets Groups Projects
Commit e8ade417 authored by VanessaE's avatar VanessaE
Browse files

Merge pull request #1 from jojoa1997/patch-1

adds a wool recipe for cotton
parents b434ff43 bce47c2c
No related branches found
No related tags found
No related merge requests found
......@@ -135,3 +135,12 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "wool:white 2",
recipe = {
{'', '', ''},
{'flowers:cotton', 'flowers:cotton', ''},
{'flowers:cotton', 'flowers:cotton', ''},
}
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment