ore fixes
This commit is contained in:
parent
cc21b7a8a6
commit
5bc6fb0fe5
12 changed files with 394 additions and 25 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 235,
|
||||
"rarity": 205,
|
||||
"density": 0.3,
|
||||
"min_y": -64,
|
||||
"max_y": 30,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 380,
|
||||
"rarity": 310,
|
||||
"density": 0.25,
|
||||
"min_y": -64,
|
||||
"max_y": -20,
|
||||
|
|
|
|||
|
|
@ -25,7 +25,11 @@
|
|||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_emerald_ore",
|
||||
"weight": 65
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_thorium_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -40,7 +44,11 @@
|
|||
},
|
||||
{
|
||||
"block": "gtceu:basalt_emerald_ore",
|
||||
"weight": 65
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_thorium_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -55,7 +63,11 @@
|
|||
},
|
||||
{
|
||||
"block": "gtceu:andesite_emerald_ore",
|
||||
"weight": 65
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_thorium_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -70,7 +82,11 @@
|
|||
},
|
||||
{
|
||||
"block": "gtceu:dacite_emerald_ore",
|
||||
"weight": 65
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_thorium_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_garnierite_ore",
|
||||
"weight": 40
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_nickel_ore",
|
||||
|
|
@ -27,7 +27,11 @@
|
|||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_pentlandite_ore",
|
||||
"weight": 30
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_cobalt_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,11 +15,11 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:granite_soapstone_ore",
|
||||
"weight": 35
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_talc_ore",
|
||||
"weight": 25
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_glauconite_sand_ore",
|
||||
|
|
@ -28,6 +28,10 @@
|
|||
{
|
||||
"block": "gtceu:granite_pentlandite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_trona_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -38,11 +42,11 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_soapstone_ore",
|
||||
"weight": 35
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_talc_ore",
|
||||
"weight": 25
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_glauconite_sand_ore",
|
||||
|
|
@ -51,6 +55,10 @@
|
|||
{
|
||||
"block": "gtceu:diorite_pentlandite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_trona_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -61,11 +69,11 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_soapstone_ore",
|
||||
"weight": 35
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_talc_ore",
|
||||
"weight": 25
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_glauconite_sand_ore",
|
||||
|
|
@ -74,6 +82,10 @@
|
|||
{
|
||||
"block": "gtceu:gabbro_pentlandite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_trona_ore",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,90 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"rarity": 170,
|
||||
"density": 0.3,
|
||||
"min_y": 20,
|
||||
"max_y": 70,
|
||||
"size": 55,
|
||||
"random_name": "normal_oilsands",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/shale"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:shale_oilsands_ore",
|
||||
"weight": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/claystone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:claystone_oilsands_ore",
|
||||
"weight": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/limestone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:limestone_oilsands_ore",
|
||||
"weight": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/conglomerate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:conglomerate_oilsands_ore",
|
||||
"weight": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dolomite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dolomite_oilsands_ore",
|
||||
"weight": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chert"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chert_oilsands_ore",
|
||||
"weight": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chalk"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chalk_oilsands_ore",
|
||||
"weight": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_magnetite_ore",
|
||||
"block": "gtceu:rhyolite_magnesite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_magnetite_ore",
|
||||
"block": "gtceu:basalt_magnesite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_magnetite_ore",
|
||||
"block": "gtceu:andesite_magnesite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_magnetite_ore",
|
||||
"block": "gtceu:dacite_magnesite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_magnetite_ore",
|
||||
"block": "gtceu:granite_magnesite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
|
|
@ -133,7 +133,7 @@
|
|||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_magnetite_ore",
|
||||
"block": "gtceu:diorite_magnesite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
|
|
@ -156,7 +156,7 @@
|
|||
"weight": 35
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_magnetite_ore",
|
||||
"block": "gtceu:gabbro_magnesite_ore",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -0,0 +1,221 @@
|
|||
{
|
||||
"type": "tfc:disc_vein",
|
||||
"config": {
|
||||
"rarity": 180,
|
||||
"density": 0.375,
|
||||
"min_y": 20,
|
||||
"max_y": 60,
|
||||
"size": 35,
|
||||
"height": 6,
|
||||
"random_name": "normal_spodumene",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/granite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:granite_rock_salt_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_salt_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_lepidolite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:granite_spodumene_ore",
|
||||
"weight": 35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/diorite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:diorite_rock_salt_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_salt_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_lepidolite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:diorite_spodumene_ore",
|
||||
"weight": 35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gabbro"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gabbro_rock_salt_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_salt_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_lepidolite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gabbro_spodumene_ore",
|
||||
"weight": 35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/quartzite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:quartzite_rock_salt_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_salt_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_lepidolite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:quartzite_spodumene_ore",
|
||||
"weight": 35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/slate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:slate_rock_salt_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_salt_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_lepidolite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:slate_spodumene_ore",
|
||||
"weight": 35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/phyllite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:phyllite_rock_salt_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_salt_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_lepidolite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:phyllite_spodumene_ore",
|
||||
"weight": 35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/schist"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:schist_rock_salt_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_salt_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_lepidolite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:schist_spodumene_ore",
|
||||
"weight": 35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/gneiss"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:gneiss_rock_salt_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_salt_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_lepidolite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:gneiss_spodumene_ore",
|
||||
"weight": 35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/marble"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:marble_rock_salt_ore",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_salt_ore",
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_lepidolite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:marble_spodumene_ore",
|
||||
"weight": 35
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:rhyolite_chalcopyrite_ore",
|
||||
"weight": 70
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_zeolite_ore",
|
||||
|
|
@ -24,6 +24,10 @@
|
|||
{
|
||||
"block": "gtceu:rhyolite_cassiterite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_realgar_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -34,7 +38,7 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_chalcopyrite_ore",
|
||||
"weight": 70
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_zeolite_ore",
|
||||
|
|
@ -43,6 +47,10 @@
|
|||
{
|
||||
"block": "gtceu:basalt_cassiterite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_realgar_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -53,7 +61,7 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_chalcopyrite_ore",
|
||||
"weight": 70
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_zeolite_ore",
|
||||
|
|
@ -62,6 +70,10 @@
|
|||
{
|
||||
"block": "gtceu:andesite_cassiterite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_realgar_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -72,7 +84,7 @@
|
|||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_chalcopyrite_ore",
|
||||
"weight": 70
|
||||
"weight": 55
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_zeolite_ore",
|
||||
|
|
@ -81,6 +93,10 @@
|
|||
{
|
||||
"block": "gtceu:dacite_cassiterite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_realgar_ore",
|
||||
"weight": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"feature": "tfg:vein/normal_oilsands",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"feature": "tfg:vein/normal_spodumene",
|
||||
"placement": []
|
||||
}
|
||||
|
|
@ -317,6 +317,8 @@ const registerTFCPlacedFeatures = (event) => {
|
|||
event.add('tfc:in_biome/veins', 'tfg:vein/normal_gold')
|
||||
event.add('tfc:in_biome/veins', 'tfg:vein/normal_graphite')
|
||||
event.add('tfc:in_biome/veins', 'tfg:vein/normal_hematite')
|
||||
event.add('tfc:in_biome/veins', 'tfg:vein/normal_spodumene')
|
||||
event.add('tfc:in_biome/veins', 'tfg:vein/normal_oil_sands')
|
||||
event.add('tfc:in_biome/veins', 'tfg:vein/normal_lapis')
|
||||
event.add('tfc:in_biome/veins', 'tfg:vein/normal_limonite')
|
||||
event.add('tfc:in_biome/veins', 'tfg:vein/normal_lubricant')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue