Noch ein paar mehr Mods
This commit is contained in:
parent
9e345a25fb
commit
ec69291b75
965 changed files with 8185 additions and 2010444 deletions
|
@ -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", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue