Skip to content

Example Template

Lanse edited this page Sep 20, 2016 · 1 revision

Example Json:

{
  "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": []
    }
  ]
}
Clone this wiki locally