|
@ -13,6 +13,7 @@ creative_regions.modpath = minetest.get_modpath("creative_regions") |
|
|
dofile(creative_regions.modpath.."/region.lua") |
|
|
dofile(creative_regions.modpath.."/region.lua") |
|
|
dofile(creative_regions.modpath.."/player.lua") |
|
|
dofile(creative_regions.modpath.."/player.lua") |
|
|
dofile(creative_regions.modpath.."/chatcommands.lua") |
|
|
dofile(creative_regions.modpath.."/chatcommands.lua") |
|
|
|
|
|
dofile(creative_regions.modpath.."/items.lua") |
|
|
dofile(creative_regions.modpath.."/mod_areas.lua") |
|
|
dofile(creative_regions.modpath.."/mod_areas.lua") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|