init; added hunger-ng compatibility

This commit is contained in:
Rainer 2026-02-12 12:43:57 +01:00
commit c934a3b536
175 changed files with 2131 additions and 0 deletions

18
support.lua Normal file
View file

@ -0,0 +1,18 @@
if minetest.registered_craftitems["ethereal:strawberry"] and minetest.registered_nodes["ethereal:banana"] then
dofile(sandwiches.path .. "/luas/ethereal.lua")
end
if minetest.get_modpath ("moretrees") then
dofile(sandwiches.path .. "/luas/nutella.lua")
end
if minetest.get_modpath ("cucina_vegana") then
dofile(sandwiches.path .. "/luas/cucina_vegana.lua")
minetest.register_alias("sandwiches:peanuts","cucina_vegana:peanut")
minetest.register_alias("sandwiches:peanut_seed","cucina_vegana:peanut_seed")
end
if minetest.get_modpath ("bbq") then
dofile(sandwiches.path .. "/luas/bbq.lua")
end