removed beneath's cursecoal and sylvite veins, made tfg ones instead so they're added to the field guide

This commit is contained in:
Pyritie 2025-05-04 13:41:01 +01:00
parent f15c6e47a2
commit 3e7a3b35c6
177 changed files with 451 additions and 255 deletions

View file

@ -1,34 +0,0 @@
{
"type": "tfc:disc_vein",
"config": {
"rarity": 35,
"size": 13,
"height": 4,
"density": 0.80,
"min_y": 48,
"max_y": 127,
"project": false,
"random_name": "cursecoal",
"blocks": [
{
"replace": [
"minecraft:deepslate",
"tfc:mud/silty_loam",
"beneath:soul_clay",
"tfc:dirt/loam",
"tfc:mud/loam",
"tfc:peat",
"tfc:dirt/silty_loam",
"minecraft:blackstone",
"minecraft:dripstone_block"
],
"with": [
{
"weight": 1,
"block": "beneath:ore/nether_cursecoal"
}
]
}
]
}
}

View file

@ -1,24 +0,0 @@
{
"type": "tfc:cluster_vein",
"config": {
"rarity": 75,
"size": 17,
"density": 0.6,
"min_y": 0,
"max_y": 64,
"random_name": "sylvite",
"blocks": [
{
"replace": [
"minecraft:blackstone"
],
"with": [
{
"weight": 1,
"block": "beneath:ore/blackstone_sylvite"
}
]
}
]
}
}