animalworld Rezepte gefixt/kompatibel gemacht

This commit is contained in:
N-Nachtigal 2025-05-17 21:05:03 +02:00
parent 0859a56f8f
commit a063db5d3b
34 changed files with 1012 additions and 359 deletions

View file

@ -101,5 +101,12 @@ minetest.register_craft({
{"animalworld:cockroach", "default:torch"}
})
minetest.register_craft({
type = "cooking",
output = "animalworld:roastroach",
recipe = "animalworld:cockroach",
cooktime = 5,
})