Mods in den Spieleordner reingeschoben. So richtig tief.

This commit is contained in:
N-Nachtigal 2025-05-08 22:41:25 +02:00
parent b4b6c08f4f
commit f7bc25a670
1674 changed files with 56056 additions and 530 deletions

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