Created
          September 18, 2016 21:15 
        
      - 
      
- 
        Save Lanse505/77a7026029adb6eb358010259ea237f8 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": 1, | |
| "blockCount": 25, | |
| "minHeight": 10, | |
| "maxHeight": 64, | |
| "params": { | |
| "sparse": false | |
| }, | |
| "replaceable": [ | |
| "minecraft:stone", | |
| "minecraft:dirt", | |
| "minecraft:gravel" | |
| ], | |
| "chunkChance": 20, | |
| "biomeRestriction": "none", | |
| "biomes": [], | |
| "dimensionsRestriction": "none", | |
| "dimensions": [] | |
| }, | |
| { | |
| "name": "Test1", | |
| "type": "vein", | |
| "blocks": { | |
| "minecraft:iron_ore": 1 | |
| }, | |
| "genTries": 1, | |
| "blockCount": 125, | |
| "minHeight": 10, | |
| "maxHeight": 64, | |
| "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": 1, | |
| "blockCount": 25, | |
| "minHeight": 10, | |
| "maxHeight": 64, | |
| "params": { | |
| "width": 7, | |
| "height": 7, | |
| "hollow": true, | |
| "outline":"minecraft:stone" | |
| }, | |
| "replaceable": [ | |
| "minecraft:stone", | |
| "minecraft:dirt", | |
| "minecraft:gravel" | |
| ], | |
| "chunkChance": 50, | |
| "biomeRestriction": "none", | |
| "biomes": [], | |
| "dimensionsRestriction": "none", | |
| "dimensions": [] | |
| } | |
| ] | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment