forked from mtcontrib/plantlife_modpack
adds a wool recipe for cotton
This commit is contained in:
parent
1229b10014
commit
bce47c2ce4
@ -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