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

@ -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"},