Noch ein paar mehr Mods

This commit is contained in:
N-Nachtigal 2025-05-11 00:42:25 +02:00
parent 9e345a25fb
commit ec69291b75
965 changed files with 8185 additions and 2010444 deletions

View file

@ -436,6 +436,18 @@ minetest.register_craft({
replacements = {{"farming:juicer", "farming:juicer"}}
})
if (minetest.get_modpath("naturalbiomes")) then
minetest.register_craft({
output = "ethereal:olive 3",
recipe = {
{"naturalbiomes:olives"}
}
})
end
-- Kappa Maki (sushi with cucumber)
minetest.register_craftitem("ethereal:sushi_kappamaki", {