Last active
          September 20, 2016 13:53 
        
      - 
      
- 
        Save Lanse505/1b1a37dcc3c33285e79796903c04f7cd 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
    
  
  
    
  | "name": "", - This field accepts a unique Identifier Name ("Cookie", "Test1", "IronOreVein") | |
| "type": "", - This field accepts a generator name string (Current Valid Options: cluster, vein, geode, "ore") [Disclaimer: "ore" is currently unfinished and in-development] | |
| "blocks": {}, - This field accepts an array of unlocalized block names to decide what blocks to spawn("minecraft:stone", "enderio:---", "Chisel:basalt", Etc) | |
| "genTries": , - This field accepts a number value to decide how many times to place this generation in a valid chunk - Accepts a Number Value [SHOULD NOT BE HIGHER THAN 30], | |
| "blockCount": , - This field accepts a number value to decide how many blocks that the generation will contain - [For Geode this decides how many blocks it spawns inside the shell] | |
| "minHeight": , - This field accepts a number value to decide the minY level to allow spawning | |
| "maxHeight": , - This field accepts a number value to decide the maxY level to allow spawning | |
| "params": {}, - This field is filled in with additional Parameters for certain generations. [This must be here regardless of not using additional parameters] | |
| "replaceable": [], - This field accepts an array of unlocalized block names to decide what the generation can replace when spawning.("minecraft:stone", "enderio:---", "Chisel:basalt", Etc) | |
| "chunkChance": , - This field accepts a number value and it decides the chance to spawn in a chunk [1 in X] | |
| "biomeRestriction": "none", - This field accepts 1 of 3 booleans: "none", "whitelist", "blacklist". ["none" simply disregards biome restrictions] | |
| "biomes": [], - This field accepts a Regex-Supported Array of Unlocalized Biome Names. | |
| "dimensionsRestriction": "none", - This field accepts 1 of 3 booleans: "none", "whitelist", "blacklist". ["none" simply disregards dimension restrictions] | |
| "dimensions": [] - This field accepts a Array of Dimension Ids | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment