Merge branch 'dev' into feature/space

This commit is contained in:
Pyritie 2025-05-05 16:08:00 +01:00
commit 38219fdb98
93 changed files with 3800 additions and 2564 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"
}
]
}
]
}
}

View file

@ -0,0 +1,44 @@
{
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
"type": "tfc:disc_vein",
"config": {
"height": 4,
"size": 13,
"rarity": 35,
"density": 0.8,
"min_y": 48,
"max_y": 127,
"random_name": "nether_anthracite",
"blocks": [
{
"replace": [
"minecraft:deepslate",
"tfc:mud/silty_loam",
"beneath:soul_clay",
"tfc:dirt/loam",
"tfc:mud/loam",
"tfc:peat",
"tfc:dirt/silty_loam"
],
"with": [
{
"block": "beneath:ore/nether_cursecoal",
"weight": 100
}
]
}
],
"indicator": {
"rarity": 15,
"depth": 1,
"underground_rarity": 40,
"underground_count": 100,
"blocks": [
{
"block": "gtceu:coal_bud_indicator",
"weight": 100
}
]
}
}
}

View file

@ -0,0 +1,38 @@
{
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
"type": "tfc:cluster_vein",
"config": {
"size": 17,
"rarity": 75,
"density": 0.6,
"min_y": 0,
"max_y": 64,
"random_name": "nether_sylvite",
"blocks": [
{
"replace": [
"minecraft:blackstone",
"minecraft:magma_block"
],
"with": [
{
"block": "beneath:ore/blackstone_sylvite",
"weight": 100
}
]
}
],
"indicator": {
"rarity": 15,
"depth": 20,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "minecraft:air",
"weight": 100
}
]
}
}
}

View file

@ -0,0 +1,5 @@
{
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
"feature": "tfg:nether/vein/nether_anthracite",
"placement": []
}

View file

@ -0,0 +1,5 @@
{
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
"feature": "tfg:nether/vein/nether_sylvite",
"placement": []
}

Binary file not shown.