animalworld Rezepte gefixt/kompatibel gemacht
This commit is contained in:
parent
0859a56f8f
commit
a063db5d3b
34 changed files with 1012 additions and 359 deletions
|
@ -149,6 +149,12 @@ minetest.register_craft({
|
|||
recipe = "animalworld:termiteconcrete",
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "animalworld:termitequeen",
|
||||
recipe = "animalworld:termite",
|
||||
})
|
||||
|
||||
minetest.register_node("animalworld:termiteconcreteblue", {
|
||||
description = S("Termite Concrete Blue"),
|
||||
tiles = {"termiteconcreteblue.png"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue