2019-05-30 06:43:06 -04:00
|
|
|
mymillwork = {}
|
update castles, areas, areas_protector, bakedclay, signs_lib,
bees, blox, bobblocks, coloredwood, homedecor, technic,
currency, digilines, digistguff, facade, farming_redo,
framedglass, gloopblocks, ilights, led_marquee, maptools,
mesecons, moreblocks, moreores, mymillwork, plasticbox,
replacer, ropes, street_signs, solidcolor, stained_glass,
teleport_request, unified_inventory, unifieddyes, worldedit,
add basic_signs, notify_hud_provider
2019-09-11 13:58:21 -04:00
|
|
|
|
|
|
|
print("Loading mymillwork...")
|
|
|
|
|
2019-05-30 06:43:06 -04:00
|
|
|
dofile(minetest.get_modpath("mymillwork").."/machines.lua")
|
|
|
|
dofile(minetest.get_modpath("mymillwork").."/nodes.lua")
|
|
|
|
dofile(minetest.get_modpath("mymillwork").."/materials.lua")
|
update castles, areas, areas_protector, bakedclay, signs_lib,
bees, blox, bobblocks, coloredwood, homedecor, technic,
currency, digilines, digistguff, facade, farming_redo,
framedglass, gloopblocks, ilights, led_marquee, maptools,
mesecons, moreblocks, moreores, mymillwork, plasticbox,
replacer, ropes, street_signs, solidcolor, stained_glass,
teleport_request, unified_inventory, unifieddyes, worldedit,
add basic_signs, notify_hud_provider
2019-09-11 13:58:21 -04:00
|
|
|
|
|
|
|
if minetest.get_modpath("bakedclay") then
|
|
|
|
print("[mymillwork] Bakedclay detected")
|
|
|
|
dofile(minetest.get_modpath("mymillwork").."/materials_bakedclay.lua")
|
|
|
|
end
|
|
|
|
|
|
|
|
if minetest.get_modpath("ethereal") then
|
|
|
|
print("[mymillwork] Ethereal detected")
|
|
|
|
dofile(minetest.get_modpath("mymillwork").."/materials_ethereal.lua")
|
|
|
|
end
|
|
|
|
|
|
|
|
if minetest.get_modpath("moreblocks") then
|
|
|
|
print("[mymillwork] Moreblocks detected")
|
|
|
|
dofile(minetest.get_modpath("mymillwork").."/materials_moreblocks.lua")
|
|
|
|
end
|
|
|
|
|
|
|
|
if minetest.get_modpath("technic_worldgen") then
|
|
|
|
print("[mymillwork] Technic Worldgen detected")
|
|
|
|
dofile(minetest.get_modpath("mymillwork").."/materials_technic.lua")
|
|
|
|
end
|