Clean slate
This commit is contained in:
119
config/laser_drill_ores/biomesoplenty_ores.json
Normal file
119
config/laser_drill_ores/biomesoplenty_ores.json
Normal file
@@ -0,0 +1,119 @@
|
||||
[
|
||||
{
|
||||
"item" : "biomesoplenty:biome_block:0",
|
||||
"color" : 0,
|
||||
"rarity" : [
|
||||
{
|
||||
"whitelist": "",
|
||||
"blacklist": "minecraft:hell, minecraft:sky",
|
||||
"depth_min": 0,
|
||||
"depth_max": 255,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"item" : "biomesoplenty:gem_ore:0",
|
||||
"color" : 2,
|
||||
"rarity" : [
|
||||
{
|
||||
"whitelist": "minecraft:sky",
|
||||
"blacklist": "",
|
||||
"depth_min": 0,
|
||||
"depth_max": 255,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"item" : "oreRuby",
|
||||
"color" : 14,
|
||||
"rarity" : [
|
||||
{
|
||||
"whitelist": "",
|
||||
"blacklist": "minecraft:hell, minecraft:sky",
|
||||
"depth_min": 0,
|
||||
"depth_max": 255,
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"item" : "orePeridot",
|
||||
"color" : 5,
|
||||
"rarity" : [
|
||||
{
|
||||
"whitelist": "",
|
||||
"blacklist": "minecraft:hell, minecraft:sky",
|
||||
"depth_min": 0,
|
||||
"depth_max": 255,
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"item" : "oreTopaz",
|
||||
"color" : 1,
|
||||
"rarity" : [
|
||||
{
|
||||
"whitelist": "",
|
||||
"blacklist": "minecraft:hell, minecraft:sky",
|
||||
"depth_min": 0,
|
||||
"depth_max": 255,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"item" : "oreTanzanite",
|
||||
"color" : 10,
|
||||
"rarity" : [
|
||||
{
|
||||
"whitelist": "",
|
||||
"blacklist": "minecraft:hell, minecraft:sky",
|
||||
"depth_min": 0,
|
||||
"depth_max": 255,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"item" : "oreMalachite",
|
||||
"color" : 9,
|
||||
"rarity" : [
|
||||
{
|
||||
"whitelist": "",
|
||||
"blacklist": "minecraft:hell, minecraft:sky",
|
||||
"depth_min": 0,
|
||||
"depth_max": 255,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"item" : "oreSapphire",
|
||||
"color" : 11,
|
||||
"rarity" : [
|
||||
{
|
||||
"whitelist": "",
|
||||
"blacklist": "minecraft:hell, minecraft:sky",
|
||||
"depth_min": 0,
|
||||
"depth_max": 255,
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"item" : "oreAmber",
|
||||
"color" : 1,
|
||||
"rarity" : [
|
||||
{
|
||||
"whitelist": "",
|
||||
"blacklist": "minecraft:hell, minecraft:sky",
|
||||
"depth_min": 0,
|
||||
"depth_max": 255,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user