Mods in den Spieleordner reingeschoben. So richtig tief.
This commit is contained in:
parent
b4b6c08f4f
commit
f7bc25a670
1674 changed files with 56056 additions and 530 deletions
18
mods/sandwiches/support.lua
Normal file
18
mods/sandwiches/support.lua
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue