Advertisement
ErinSpacegoat

10_ORES_VANILLA.json

Aug 25th, 2020
3,138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.93 KB | None | 0 0
  1. {
  2.     "coal": {
  3.         "type": "pipe",
  4.         "ore": "minecraft:coal_ore",
  5.         "stone": "ore:stoneSpawnable",
  6.         "rarity": 1048576,
  7.         "min_y": 1,
  8.         "max_y": 256,
  9.         "density": 10,
  10.         "vertical_size": 256,
  11.         "horizontal_size": 256,
  12.         "indicator": {
  13.             "blocks": { "block": "prospects:flower", "meta": 1 },
  14.             "rarity": 64,
  15.             "max_depth": 256,
  16.             "blocks_under": [ "minecraft:grass", "minecraft:dirt", "biomesoplenty:grass" ]
  17.         }
  18.     },
  19.     "redstone": {
  20.         "type": "sphere",
  21.         "ore": "minecraft:redstone_ore",
  22.         "stone": "ore:stoneSpawnable",
  23.         "rarity": 14400,
  24.         "min_y": 1,
  25.         "max_y": 40,
  26.         "density": 20,
  27.         "vertical_size": 32,
  28.         "horizontal_size": 16,
  29.         "indicator": {
  30.             "blocks": { "block": "prospects:flower", "meta": 12 },
  31.             "rarity": 128,
  32.             "max_depth": 256,
  33.             "blocks_under": [ "minecraft:grass", "minecraft:dirt", "biomesoplenty:grass" ]
  34.         }
  35.     },
  36.     "hematite": {
  37.         "type": "pipe",
  38.         "ore": "minecraft:iron_ore",
  39.         "stone": "ore:stoneSpawnable",
  40.         "rarity": 1048576,
  41.         "min_y": 1,
  42.         "max_y": 256,
  43.         "density": 10,
  44.         "vertical_size": 256,
  45.         "horizontal_size": 256
  46.     },
  47.     "gold": {
  48.         "type": "pipe",
  49.         "ore": [
  50.             { "block": "minecraft:gold_ore", "weight": 99 },
  51.             { "block": "quark:biotite_ore", "weight": 1 }
  52.         ],
  53.         "stone": "ore:stoneSpawnable",
  54.         "rarity": 1048576,
  55.         "min_y": 1,
  56.         "max_y": 256,
  57.         "density": 10,
  58.         "vertical_size": 256,
  59.         "horizontal_size": 256
  60.     },
  61.     "lapis": {
  62.         "type": "sphere",
  63.         "ore": [
  64.             { "block": "minecraft:lapis_ore", "weight": 9 },
  65.             { "block": "quark:biotite_ore", "weight": 1 }
  66.         ],
  67.         "stone": "ore:stoneSpawnable",
  68.         "rarity": 65536,
  69.         "min_y": 1,
  70.         "max_y": 64,
  71.         "density": 20,
  72.         "vertical_size": 20,
  73.         "horizontal_size": 35,
  74.         "indicator": {
  75.             "blocks": [
  76.                 { "block": "biomesoplenty:flower_1", "meta": 2 },
  77.                 { "block": "prospects:flower", "meta": 10 }
  78.             ],
  79.             "rarity": 16,
  80.             "max_depth": 256,
  81.             "blocks_under": [ "minecraft:grass", "minecraft:dirt", "biomesoplenty:grass" ]
  82.         }
  83.     },
  84.     "emerald": {
  85.         "type": "sphere",
  86.         "ore": "minecraft:emerald_ore",
  87.         "stone": "ore:stoneSpawnable",
  88.         "rarity": 1048576,
  89.         "min_y": 1,
  90.         "max_y": 64,
  91.         "density": 5,
  92.         "vertical_size": 20,
  93.         "horizontal_size": 40,
  94.         "indicator": {
  95.             "blocks": [
  96.                 { "block": "prospects:flower", "meta": 8 },
  97.                 { "block": "prospects:flower", "meta": 13 }
  98.             ],
  99.             "rarity": 64,
  100.             "max_depth": 256,
  101.             "blocks_under": [ "minecraft:grass", "minecraft:dirt", "biomesoplenty:grass" ]
  102.         }
  103.     },
  104.     "kimberlite": {
  105.         "type": "pipe",
  106.         "ore": [
  107.             { "block": "quark:basalt", "weight": 950 },
  108.             { "block": "minecraft:redstone_ore", "weight": 25 },
  109.             { "block": "libvulpes:ore0", "meta": 8, "weight": 10 },
  110.             { "block": "bewitchment:garnet_ore", "weight": 10 },
  111.             { "block": "minecraft:diamond_ore", "weight": 5 }
  112.         ],
  113.         "stone": "ore:stoneSpawnable",
  114.         "rarity": 262144,
  115.         "min_y": 1,
  116.         "max_y": 64,
  117.         "density": 150,
  118.         "vertical_size": 64,
  119.         "horizontal_size": 50,
  120.         "indicator": {
  121.             "blocks": { "block": "biomesoplenty:leaves_4", "meta": 5 },
  122.             "rarity": 256,
  123.             "max_depth": 256,
  124.             "blocks_under": [ "minecraft:grass", "minecraft:dirt", "biomesoplenty:grass" ]
  125.         }
  126.     }
  127. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement