Advertisement
Guest User

Untitled

a guest
Aug 7th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. -- GloopTest module loading configuration file.
  2. -- This file controls which modules load when GloopTest initiates. This does not control any other aspects of GloopTest.
  3.  
  4. -- Allow compatibility module to load. (Recommended with: Ore Module)
  5. -- Diabling this means NO internal mod compatibility! (Other mods may add support for glooptest though)
  6. LOAD_COMPAT_MODULE = true
  7.  
  8. -- Allow ore module to load.
  9. LOAD_ORE_MODULE = true
  10.  
  11. -- Allow tools module to load. (Recommended with: Ore Module)
  12. LOAD_TOOLS_MODULE = true
  13.  
  14. -- Allow parts module to load. (Recommended with: Ore Module)
  15. LOAD_PARTS_MODULE = true
  16.  
  17. -- Allow table module to load. (Recommended with: Ore Module)
  18. LOAD_TABLE_MODULE = true
  19.  
  20. -- Allow othergen module to load. (Recommended with: Ore Module and Tools Module)
  21. LOAD_OTHERGEN_MODULE = true
  22.  
  23. -- Allow biome module to load. (Requires: Mapgen v7)
  24. -- Disabled by default until mapgen v7 is standard
  25. LOAD_BIOME_MODULE = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement