Clean slate

This commit is contained in:
bytegrip
2025-11-08 15:21:14 +02:00
commit 73bfc2019d
890 changed files with 112578 additions and 0 deletions

View 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
}
]
}
]