forked from mtcontrib/plantlife_modpack
Merge pull request #1 from jojoa1997/patch-1
adds a wool recipe for cotton
This commit is contained in:
commit
e8ade417ee
@ -135,3 +135,12 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "wool:white 2",
|
||||
recipe = {
|
||||
{'', '', ''},
|
||||
{'flowers:cotton', 'flowers:cotton', ''},
|
||||
{'flowers:cotton', 'flowers:cotton', ''},
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user