Clean slate
This commit is contained in:
88
config/laser_drill_ores/thermalfoundation_ores.json
Normal file
88
config/laser_drill_ores/thermalfoundation_ores.json
Normal file
@@ -0,0 +1,88 @@
|
||||
[
|
||||
{
|
||||
"item" : "oreClathrateOilSand",
|
||||
"color" : 15,
|
||||
"rarity" : [
|
||||
{
|
||||
"whitelist": "minecraft:desert, minecraft:desert_hills, minecraft:mutated_desert, minecraft:mesa, minecraft:mesa_rock, minecraft:mesa_clear_rock, minecraft:mutated_mesa, minecraft:mutated_mesa_rock",
|
||||
"blacklist": "",
|
||||
"depth_min": 40,
|
||||
"depth_max": 85,
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"whitelist": "",
|
||||
"blacklist": "minecraft:hell, minecraft:sky",
|
||||
"depth_min": 0,
|
||||
"depth_max": 255,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"item" : "oreClathrateOilShale",
|
||||
"color" : 15,
|
||||
"rarity" : [
|
||||
{
|
||||
"whitelist": "",
|
||||
"blacklist": "minecraft:hell, minecraft:sky",
|
||||
"depth_min": 20,
|
||||
"depth_max": 65,
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"whitelist": "",
|
||||
"blacklist": "minecraft:hell, minecraft:sky",
|
||||
"depth_min": 0,
|
||||
"depth_max": 255,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"item" : "oreClathrateRedstone",
|
||||
"color" : 14,
|
||||
"rarity" : [
|
||||
{
|
||||
"whitelist": "",
|
||||
"blacklist": "minecraft:hell, minecraft:sky",
|
||||
"depth_min": 4,
|
||||
"depth_max": 20,
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"whitelist": "",
|
||||
"blacklist": "minecraft:hell, minecraft:sky",
|
||||
"depth_min": 0,
|
||||
"depth_max": 255,
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"item" : "oreClathrateGlowstone",
|
||||
"color" : 4,
|
||||
"rarity" : [
|
||||
{
|
||||
"whitelist": "minecraft:hell",
|
||||
"blacklist": "",
|
||||
"depth_min": 0,
|
||||
"depth_max": 255,
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"item" : "oreClathrateEnder",
|
||||
"color" : 13,
|
||||
"rarity" : [
|
||||
{
|
||||
"whitelist": "minecraft:sky",
|
||||
"blacklist": "",
|
||||
"depth_min": 0,
|
||||
"depth_max": 255,
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user