Created
          September 18, 2016 18:41 
        
      - 
      
- 
        Save Lanse505/8dbefdc41ba68a0948e7f2463ee6ca5c 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
    
  
  
    
  | { | |
| "ore": [ | |
| { | |
| "name": "Test", | |
| "type": "cluster", | |
| "blocks": { | |
| "minecraft:iron_ore" | |
| }, | |
| "genTries": "50", | |
| "blockCount": "25", | |
| "minHeight": "10", | |
| "maxHeight": "128", | |
| "params": { | |
| "sparse": false | |
| }, | |
| "replaceable": [ | |
| "minecraft:air", | |
| "minecraft:stone", | |
| "minecraft:dirt", | |
| "minecraft:gravel", | |
| ], | |
| "chunkChance": "20", | |
| "biomeRestriction": "none", | |
| "biomes": [], | |
| "dimensionsRestriction": "none", | |
| "dimensions": [] | |
| }, | |
| { | |
| "name": "Test1", | |
| "type": "vein", | |
| "blocks": { | |
| "minecraft:iron_ore" | |
| }, | |
| "genTries": "50", | |
| "blockCount": "125", | |
| "minHeight": "10", | |
| "maxHeight": "128", | |
| "params": { | |
| "sparse": true | |
| }, | |
| "replaceable": [ | |
| "minecraft:air", | |
| "minecraft:stone", | |
| "minecraft:dirt", | |
| "minecraft:gravel", | |
| ], | |
| "chunkChance": "20", | |
| "biomeRestriction": "none", | |
| "biomes": [], | |
| "dimensionsRestriction": "none", | |
| "dimensions": [] | |
| }, | |
| { | |
| "name": "Test2", | |
| "type": "geode", | |
| "blocks": { | |
| "minecraft:diamond_block": 5, | |
| "minecraft:lapis_block": 2 | |
| }, | |
| "genTries": "50", | |
| "blockCount": "750", | |
| "minHeight": "10", | |
| "maxHeight": "128", | |
| "params": { | |
| "width": 25, | |
| "height": 25, | |
| "hollow": true, | |
| "outline":"minecraft:stone" | |
| }, | |
| "replaceable": [ | |
| "minecraft:air", | |
| "minecraft:stone", | |
| "minecraft:dirt", | |
| "minecraft:gravel", | |
| ], | |
| "chunkChance": "20", | |
| "biomeRestriction": "none", | |
| "biomes": [], | |
| "dimensionsRestriction": "none", | |
| "dimensions": [] | |
| } | |
| ] | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment