added mars lapis vein, and a way to get wax and latex in mars steam age

This commit is contained in:
Pyritie 2026-01-03 13:52:03 +00:00
parent 08372c190c
commit fc4d0b416b
18 changed files with 837 additions and 38 deletions

View file

@ -0,0 +1,176 @@
{
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
"type": "tfc:cluster_vein",
"config": {
"size": 30,
"rarity": 200,
"density": 0.25,
"min_y": 0,
"max_y": 70,
"random_name": "mars_lapis",
"blocks": [
{
"replace": [
"ad_astra:mars_stone"
],
"with": [
{
"block": "gtceu:mars_stone_lazurite_ore",
"weight": 35
},
{
"block": "gtceu:mars_stone_sodalite_ore",
"weight": 25
},
{
"block": "gtceu:mars_stone_lapis_ore",
"weight": 25
},
{
"block": "gtceu:mars_stone_calcite_ore",
"weight": 15
}
]
},
{
"replace": [
"tfc:rock/raw/shale"
],
"with": [
{
"block": "gtceu:shale_lazurite_ore",
"weight": 35
},
{
"block": "gtceu:shale_sodalite_ore",
"weight": 25
},
{
"block": "gtceu:shale_lapis_ore",
"weight": 25
},
{
"block": "gtceu:shale_calcite_ore",
"weight": 15
}
]
},
{
"replace": [
"tfc:rock/raw/limestone"
],
"with": [
{
"block": "gtceu:limestone_lazurite_ore",
"weight": 35
},
{
"block": "gtceu:limestone_sodalite_ore",
"weight": 25
},
{
"block": "gtceu:limestone_lapis_ore",
"weight": 25
},
{
"block": "gtceu:limestone_calcite_ore",
"weight": 15
}
]
},
{
"replace": [
"tfc:rock/raw/dolomite"
],
"with": [
{
"block": "gtceu:dolomite_lazurite_ore",
"weight": 35
},
{
"block": "gtceu:dolomite_sodalite_ore",
"weight": 25
},
{
"block": "gtceu:dolomite_lapis_ore",
"weight": 25
},
{
"block": "gtceu:dolomite_calcite_ore",
"weight": 15
}
]
},
{
"replace": [
"tfc:rock/raw/chert"
],
"with": [
{
"block": "gtceu:chert_lazurite_ore",
"weight": 35
},
{
"block": "gtceu:chert_sodalite_ore",
"weight": 25
},
{
"block": "gtceu:chert_lapis_ore",
"weight": 25
},
{
"block": "gtceu:chert_calcite_ore",
"weight": 15
}
]
},
{
"replace": [
"tfc:rock/raw/chalk"
],
"with": [
{
"block": "gtceu:chalk_lazurite_ore",
"weight": 35
},
{
"block": "gtceu:chalk_sodalite_ore",
"weight": 25
},
{
"block": "gtceu:chalk_lapis_ore",
"weight": 25
},
{
"block": "gtceu:chalk_calcite_ore",
"weight": 15
}
]
}
],
"indicator": {
"rarity": 15,
"depth": 20,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "gtceu:lazurite_bud_indicator",
"weight": 35
},
{
"block": "gtceu:sodalite_bud_indicator",
"weight": 25
},
{
"block": "gtceu:lapis_bud_indicator",
"weight": 25
},
{
"block": "gtceu:calcite_indicator",
"weight": 15
}
]
}
}
}