Advertisement
Guest User

certus.json

a guest
Jan 19th, 2019
2,640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.77 KB | None | 0 0
  1. [
  2.     {
  3.         "item" : "appliedenergistics2:quartz_ore",
  4.         "color" : 0,
  5.         "rarity" : [
  6.             {
  7.                 "whitelist" : "",
  8.                 "blacklist" : "minecraft:hell, minecraft:sky",
  9.                 "depth_min" : 12,
  10.                 "depth_max" : 72,
  11.                 "weight" : 20
  12.             },
  13.             {
  14.                 "whitelist": "",
  15.                 "blacklist": "minecraft:hell, minecraft:sky",
  16.                 "depth_min": 0,
  17.                 "depth_max": 255,
  18.                 "weight": 1
  19.             }
  20.         ]
  21.     },
  22.     {
  23.         "item" : "appliedenergistics2:charged_quartz_ore",
  24.         "color" : 0,
  25.         "rarity" : [
  26.             {
  27.                 "whitelist" : "",
  28.                 "blacklist" : "minecraft:hell, minecraft:sky",
  29.                 "depth_min" : 7,
  30.                 "depth_max" : 72,
  31.                 "weight" : 1
  32.             },
  33.             {
  34.                 "whitelist": "",
  35.                 "blacklist": "minecraft:hell, minecraft:sky",
  36.                 "depth_min": 0,
  37.                 "depth_max": 255,
  38.                 "weight": 1
  39.             }
  40.         ]
  41.     }
  42. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement