animalworld Rezepte gefixt/kompatibel gemacht
This commit is contained in:
parent
0859a56f8f
commit
a063db5d3b
34 changed files with 1012 additions and 359 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue