animalworld Rezepte gefixt/kompatibel gemacht
This commit is contained in:
parent
0859a56f8f
commit
a063db5d3b
34 changed files with 1012 additions and 359 deletions
|
@ -101,5 +101,12 @@ minetest.register_craft({
|
|||
{"animalworld:cockroach", "default:torch"}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "animalworld:roastroach",
|
||||
recipe = "animalworld:cockroach",
|
||||
cooktime = 5,
|
||||
})
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue