Created
          September 20, 2016 16:40 
        
      - 
      
- 
        Save Lanse505/304991452c00cd811267089008845335 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Configuration file | |
| debug { | |
| # WARNING! ONLY FOR DEVELOPERS [default: false] | |
| B:"Debug Mode"=false | |
| } | |
| "disable all ore-generation" { | |
| # Set to true to disable all vanilla ore generation [default: false] | |
| B:"Disable All Vanilla Ore Generation"=false | |
| } | |
| "disable specific ore-generation" { | |
| # Set to true to disable ore generation of ANDESITE [default: false] | |
| B:"Disable ANDESITE"=false | |
| # Set to true to disable ore generation of COAL [default: false] | |
| B:"Disable COAL"=false | |
| # Set to true to disable ore generation of DIAMOND [default: false] | |
| B:"Disable DIAMOND"=false | |
| # Set to true to disable ore generation of DIORITE [default: false] | |
| B:"Disable DIORITE"=false | |
| # Set to true to disable ore generation of DIRT [default: false] | |
| B:"Disable DIRT"=false | |
| # Set to true to disable ore generation of EMERALD [default: false] | |
| B:"Disable EMERALD"=false | |
| # Set to true to disable ore generation of GOLD [default: false] | |
| B:"Disable GOLD"=false | |
| # Set to true to disable ore generation of GRANITE [default: false] | |
| B:"Disable GRANITE"=false | |
| # Set to true to disable ore generation of GRAVEL [default: false] | |
| B:"Disable GRAVEL"=false | |
| # Set to true to disable ore generation of IRON [default: false] | |
| B:"Disable IRON"=false | |
| # Set to true to disable ore generation of LAPIS [default: false] | |
| B:"Disable LAPIS"=false | |
| # Set to true to disable ore generation of QUARTZ [default: false] | |
| B:"Disable QUARTZ"=false | |
| # Set to true to disable ore generation of REDSTONE [default: false] | |
| B:"Disable REDSTONE"=false | |
| # Set to true to disable ore generation of SILVERFISH [default: false] | |
| B:"Disable SILVERFISH"=false | |
| } | |
| "flat bedrock" { | |
| # Toggle flat bedrock generation [default: true] | |
| B:"Flat Bedrock"=true | |
| # Tweak the amount of bedrock layers generated [range: 5 ~ 256, default: 5] | |
| I:"Flat Bedrock Layers"=5 | |
| # Set to true to enable retro-generation of flat bedrock [default: false] | |
| B:"Retro-Gen Flat Bedrock"=false | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment