Created
          September 18, 2016 19:29 
        
      - 
      
- 
        Save Lanse505/136ceef511dce29f57c8b7d978aa6297 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" : 1 | |
| }, | |
| "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": 1 | |
| }, | |
| "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