add frequent, tiny veins to salt flats and sulfuric ravine
This commit is contained in:
parent
cf34751456
commit
c24dc58f14
26 changed files with 1681 additions and 2 deletions
|
|
@ -39,7 +39,9 @@
|
|||
[],
|
||||
"#tfg:venus_veins",
|
||||
"#tfg:venus_underground_decoration",
|
||||
[],
|
||||
[
|
||||
"tfg:venus/vein_manual/salt"
|
||||
],
|
||||
[
|
||||
"tfg:venus/surface/salt_lick_patch"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@
|
|||
"#tfg:venus_underground_decoration",
|
||||
[
|
||||
"tfg:venus/terrain/sulfur_blob",
|
||||
"tfg:venus/vein_manual/sulfur",
|
||||
"tfc:raw_boulder_small_patch",
|
||||
"tfc:cobble_boulder_small_patch",
|
||||
"tfg:venus/terrain/thermal_vent"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,206 @@
|
|||
{
|
||||
"type": "tfc:disc_vein",
|
||||
"config": {
|
||||
"height": 6,
|
||||
"size": 20,
|
||||
"rarity": 100,
|
||||
"density": 0.2,
|
||||
"min_y": 40,
|
||||
"max_y": 65,
|
||||
"random_name": "venus_manual_salt",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"ad_astra:venus_stone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:venus_stone_rock_salt_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_rock_salt_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:venus_stone_salt_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:venus_stone_lepidolite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:venus_stone_spodumene_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"minecraft:dripstone_block"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dripstone_rock_salt_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_rock_salt_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dripstone_salt_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dripstone_lepidolite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dripstone_spodumene_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/rhyolite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:rhyolite_rock_salt_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_rock_salt_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_salt_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_lepidolite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_spodumene_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_rock_salt_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_rock_salt_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_salt_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_lepidolite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_spodumene_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/andesite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_rock_salt_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_rock_salt_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_salt_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_lepidolite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_spodumene_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_rock_salt_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_rock_salt_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_salt_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_lepidolite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_spodumene_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 20,
|
||||
"depth": 30,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:rock_salt_indicator",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rock_salt_bud_indicator",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:salt_indicator",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:salt_bud_indicator",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:lepidolite_indicator",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:spodumene_indicator",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,218 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"size": 15,
|
||||
"rarity": 100,
|
||||
"density": 0.2,
|
||||
"min_y": 40,
|
||||
"max_y": 65,
|
||||
"random_name": "venus_manual_sulfur",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/rhyolite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:rhyolite_sulfur_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sulfur_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_pyrite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pyrite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_sphalerite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sphalerite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/basalt",
|
||||
"minecraft:basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_sulfur_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sulfur_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_pyrite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pyrite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_sphalerite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sphalerite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"minecraft:dripstone_block"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dripstone_sulfur_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sulfur_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dripstone_pyrite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pyrite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dripstone_sphalerite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sphalerite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"ad_astra:venus_stone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:venus_stone_sulfur_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sulfur_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:venus_stone_pyrite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pyrite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:venus_stone_sphalerite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sphalerite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/andesite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_sulfur_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sulfur_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_pyrite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pyrite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_sphalerite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sphalerite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_sulfur_ore",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sulfur_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_pyrite_ore",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_pyrite_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_sphalerite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sphalerite_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 20,
|
||||
"depth": 30,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:sulfur_indicator",
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:pyrite_indicator",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_sphalerite",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"feature": "tfg:venus/vein_manual/salt",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"feature": "tfg:venus/vein_manual/sulfur",
|
||||
"placement": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue