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

@ -1109,6 +1109,31 @@ minetest.register_node("animalworld:crocodileskinhanging", {
sounds = animalworld.sounds.node_sound_wood_defaults()
})
minetest.register_craft({
output = "animalworld:crocodileskin",
type = "shapeless",
recipe =
{"animalworld:crocodilecorpse", "default:sword_stone"}
})
minetest.register_craft({
output = "animalworld:crocodileskinhanging",
type = "shapeless",
recipe =
{"animalworld:crocodileskin"}
})
minetest.register_craft({
output = "animalworld:crocodileskin",
type = "shapeless",
recipe =
{"animalworld:crocodileskinhanging"}
})
minetest.register_craft({
type = "fuel",
recipe = "animalworld:crocodileskinhanging",