write something there
This commit is contained in:
commit
b4b6c08f4f
8546 changed files with 309825 additions and 0 deletions
35
mods/lootchests_modpack/lootchests_default/init.lua
Normal file
35
mods/lootchests_modpack/lootchests_default/init.lua
Normal file
|
@ -0,0 +1,35 @@
|
|||
local path = minetest.get_modpath("lootchests_default")
|
||||
dofile(path .. "/item_tables.lua")
|
||||
dofile(path .. "/chests.lua")
|
||||
|
||||
if minetest.get_modpath("3d_armor") then
|
||||
dofile(path .. "/mod_support/3d_armor.lua")
|
||||
end
|
||||
|
||||
if minetest.get_modpath("shields") then
|
||||
dofile(path .. "/mod_support/3d_armor_shields.lua")
|
||||
end
|
||||
|
||||
if minetest.get_modpath("bonemeal") then
|
||||
dofile(path .. "/mod_support/bonemeal.lua")
|
||||
end
|
||||
|
||||
if minetest.get_modpath("farming") and farming and farming.mod == "redo" then
|
||||
dofile(path .. "/mod_support/farming_redo.lua")
|
||||
end
|
||||
|
||||
if minetest.get_modpath("gadgets_consumables") then
|
||||
dofile(path .. "/mod_support/gadgets_modpack.lua")
|
||||
end
|
||||
|
||||
if minetest.get_modpath("moreores") then
|
||||
dofile(path .. "/mod_support/moreores.lua")
|
||||
end
|
||||
|
||||
if minetest.get_modpath("moretrees") then
|
||||
dofile(path .. "/mod_support/moretrees.lua")
|
||||
end
|
||||
|
||||
if minetest.get_modpath("asuna_core") then
|
||||
dofile(path .. "/mod_support/asuna.lua")
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue