Alpha Release: 0.9.0 (#849)

Signed-off-by: Pyritie <pyritie@gmail.com>
Signed-off-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: Xikaro <os.valerievich@ya.ru>
Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com>
Co-authored-by: Redeix <brayden.j.m.ford@gmail.com>
Co-authored-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: aidie8 <aidenvanzuilen@gmail.com>
Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com>
Co-authored-by: Zleub <debray.arnaud@gmail.com>
This commit is contained in:
Pyritie 2025-04-15 19:27:17 +01:00 committed by GitHub
parent d344316e5a
commit ec2e3cd3c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2193 changed files with 104602 additions and 53195 deletions

View file

@ -0,0 +1,51 @@
{
"type": "tfc:pipe_vein",
"config": {
"rarity": 45,
"size": 50,
"density": 0.9,
"min_y": 1,
"max_y": 127,
"random_name": "crackrack_pipe",
"height": 120,
"radius": 9,
"min_skew": 7,
"max_skew": 20,
"min_slant": 2,
"max_slant": 5,
"project": false,
"sign": 0,
"blocks": [
{
"replace": [
"minecraft:deepslate",
"tfg:rock/hardened_deepslate",
"tfc:mud/silty_loam",
"beneath:soul_clay",
"tfc:dirt/loam",
"tfc:mud/loam",
"tfc:peat",
"tfc:dirt/silty_loam",
"minecraft:blackstone",
"tfg:rock/hardened_blackstone",
"tfc:rock/raw/schist",
"tfc:rock/hardened/schist",
"tfc:rock/raw/diorite",
"tfc:rock/hardened/diorite",
"tfc:rock/raw/gabbro",
"tfc:rock/hardened/gabbro",
"tfc:rock/raw/gneiss",
"tfc:rock/hardened/gneiss",
"tfc:rock/raw/granite",
"tfc:rock/hardened/granite"
],
"with": [
{
"weight": 1,
"block": "beneath:crackrack"
}
]
}
]
}
}

View file

@ -0,0 +1,34 @@
{
"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

@ -0,0 +1,24 @@
{
"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"
}
]
}
]
}
}