mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-14 14:00:15 +02:00
Merge pull request #1 from jojoa1997/patch-1
adds a wool recipe for cotton
This commit is contained in:
@ -135,3 +135,12 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "wool:white 2",
|
||||
recipe = {
|
||||
{'', '', ''},
|
||||
{'flowers:cotton', 'flowers:cotton', ''},
|
||||
{'flowers:cotton', 'flowers:cotton', ''},
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user