Added ore indicators, adjustments

- Added ore indicators for everything
- Buffed naquadah and tetrahedrite veins because those sound like the biggest bottlenecks of late game players because there's no other planets

Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
Pyritie 2024-12-19 19:17:59 +00:00 committed by GitHub
parent 97a60f1b25
commit 720b4b080a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
46 changed files with 830 additions and 98 deletions

View file

@ -308,6 +308,26 @@
}
]
}
]
],
"indicator": {
"rarity": 20,
"depth": 35,
"underground_rarity": 80,
"underground_count": 1000,
"blocks": [
{
"block": "minecraft:small_amethyst_bud",
"weight": 50
},
{
"block": "minecraft:medium_amethyst_bud",
"weight": 30
},
{
"block": "minecraft:large_amethyst_bud",
"weight": 20
}
]
}
}
}

View file

@ -170,6 +170,26 @@
}
]
}
]
],
"indicator": {
"rarity": 20,
"depth": 35,
"underground_rarity": 80,
"underground_count": 1000,
"blocks": [
{
"block": "minecraft:small_amethyst_bud",
"weight": 50
},
{
"block": "minecraft:medium_amethyst_bud",
"weight": 30
},
{
"block": "minecraft:large_amethyst_bud",
"weight": 20
}
]
}
}
}

View file

@ -169,6 +169,26 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 1000,
"blocks": [
{
"block": "tfc:ore/small_limonite",
"weight": 25
},
{
"block": "tfc:ore/small_hematite",
"weight": 25
},
{
"block": "tfc:ore/small_native_gold",
"weight": 50
}
]
}
}
}

View file

@ -116,6 +116,26 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 1000,
"blocks": [
{
"block": "tfc:ore/small_hematite",
"weight": 40
},
{
"block": "tfc:ore/small_limonite",
"weight": 40
},
{
"block": "tfc:ore/small_native_gold",
"weight": 20
}
]
}
}
}

View file

@ -54,6 +54,26 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 1000,
"blocks": [
{
"block": "tfc:ore/small_hematite",
"weight": 30
},
{
"block": "tfc:ore/small_limonite",
"weight": 30
},
{
"block": "tfc:ore/small_malachite",
"weight": 40
}
]
}
}
}

View file

@ -197,6 +197,30 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 1000,
"blocks": [
{
"block": "tfc:ore/small_magnetite",
"weight": 20
},
{
"block": "tfc:ore/small_native_gold",
"weight": 10
},
{
"block": "gtceu:chromite_indicator",
"weight": 60
},
{
"block": "gtceu:sapphire_indicator",
"weight": 10
}
]
}
}
}

View file

@ -169,6 +169,30 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 500,
"blocks": [
{
"block": "gtceu:wulfenite_indicator",
"weight": 40
},
{
"block": "gtceu:molybdenite_indicator",
"weight": 30
},
{
"block": "gtceu:molybdenum_indicator",
"weight": 15
},
{
"block": "gtceu:powellite_indicator",
"weight": 15
}
]
}
}
}

View file

@ -2,10 +2,10 @@
"type": "tfc:cluster_vein",
"config": {
"rarity": 310,
"density": 0.25,
"density": 0.30,
"min_y": -64,
"max_y": -20,
"size": 22,
"size": 32,
"random_name": "deep_naquadah",
"blocks": [
{
@ -98,6 +98,22 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 500,
"blocks": [
{
"block": "gtceu:naquadah_indicator",
"weight": 75
},
{
"block": "gtceu:plutonium_indicator",
"weight": 25
}
]
}
}
}

View file

@ -143,6 +143,22 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 500,
"blocks": [
{
"block": "gtceu:pitchblende_indicator",
"weight": 50
},
{
"block": "gtceu:uraninite_indicator",
"weight": 50
}
]
}
}
}

View file

@ -101,6 +101,30 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 500,
"blocks": [
{
"block": "gtceu:almandine_indicator",
"weight": 35
},
{
"block": "gtceu:pyrope_indicator",
"weight": 25
},
{
"block": "gtceu:sapphire_indicator",
"weight": 15
},
{
"block": "gtceu:green_sapphire_indicator",
"weight": 15
}
]
}
}
}

View file

@ -65,6 +65,26 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 500,
"blocks": [
{
"block": "gtceu:scheelite_indicator",
"weight": 45
},
{
"block": "gtceu:tungstate_indicator",
"weight": 35
},
{
"block": "gtceu:lithium_indicator",
"weight": 20
}
]
}
}
}

View file

@ -146,6 +146,30 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 500,
"blocks": [
{
"block": "gtceu:bornite_indicator",
"weight": 35
},
{
"block": "gtceu:cooperite_indicator",
"weight": 25
},
{
"block": "gtceu:platinum_indicator",
"weight": 25
},
{
"block": "gtceu:palladium_indicator",
"weight": 15
}
]
}
}
}

View file

@ -147,6 +147,30 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 500,
"blocks": [
{
"block": "gtceu:blue_topaz_indicator",
"weight": 35
},
{
"block": "gtceu:topaz_indicator",
"weight": 25
},
{
"block": "gtceu:chalcocite_indicator",
"weight": 25
},
{
"block": "gtceu:bornite_indicator",
"weight": 15
}
]
}
}
}

View file

@ -179,6 +179,26 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "gtceu:apatite_indicator",
"weight": 50
},
{
"block": "gtceu:tricalcium_phosphate_indicator",
"weight": 35
},
{
"block": "gtceu:pyrochlore_indicator",
"weight": 15
}
]
}
}
}

View file

@ -55,6 +55,30 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "gtceu:basaltic_mineral_sand_indicator",
"weight": 35
},
{
"block": "gtceu:granitic_mineral_sand_indicator",
"weight": 25
},
{
"block": "gtceu:fullers_earth_indicator",
"weight": 25
},
{
"block": "gtceu:gypsum_indicator",
"weight": 15
}
]
}
}
}

View file

@ -141,6 +141,26 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "gtceu:bauxite_indicator",
"weight": 45
},
{
"block": "gtceu:ilmenite_indicator",
"weight": 30
},
{
"block": "gtceu:aluminium_indicator",
"weight": 25
}
]
}
}
}

View file

@ -90,6 +90,26 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "gtceu:beryllium_indicator",
"weight": 35
},
{
"block": "gtceu:emerald_indicator",
"weight": 50
},
{
"block": "gtceu:thorium_indicator",
"weight": 15
}
]
}
}
}

View file

@ -201,9 +201,9 @@
],
"indicator": {
"rarity": 12,
"depth": 60,
"underground_rarity": 1,
"underground_count": 0,
"depth": 40,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "tfc:ore/small_bismuthinite",

View file

@ -57,8 +57,8 @@
"indicator": {
"rarity": 12,
"depth": 60,
"underground_rarity": 1,
"underground_count": 0,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "tfc:ore/small_cassiterite",

View file

@ -100,6 +100,26 @@
}
]
}
]
],
"indicator": {
"rarity": 5,
"depth": 40,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "ae2:small_quartz_bud",
"weight": 50
},
{
"block": "ae2:medium_quartz_bud",
"weight": 30
},
{
"block": "ae2:large_quartz_bud",
"weight": 20
}
]
}
}
}

View file

@ -85,6 +85,18 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "gtceu:coal_indicator",
"weight": 100
}
]
}
}
}

View file

@ -104,8 +104,8 @@
"indicator": {
"rarity": 12,
"depth": 85,
"underground_rarity": 1,
"underground_count": 0,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "tfc:ore/small_native_copper",

View file

@ -468,6 +468,18 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 60,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "tfc:ore/small_cassiterite",
"weight": 100
}
]
}
}
}

View file

@ -39,8 +39,8 @@
"indicator": {
"rarity": 12,
"depth": 60,
"underground_rarity": 1,
"underground_count": 0,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "tfc:ore/small_garnierite",

View file

@ -174,12 +174,20 @@
"indicator": {
"rarity": 12,
"depth": 60,
"underground_rarity": 1,
"underground_count": 0,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "tfc:ore/small_limonite",
"weight": 25
},
{
"block": "tfc:ore/small_hematite",
"weight": 25
},
{
"block": "tfc:ore/small_native_gold",
"weight": 100
"weight": 50
}
]
}

View file

@ -33,6 +33,26 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 50,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "gtceu:diamond_indicator",
"weight": 25
},
{
"block": "gtceu:graphite_indicator",
"weight": 45
},
{
"block": "gtceu:coal_indicator",
"weight": 39
}
]
}
}
}

View file

@ -103,13 +103,21 @@
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 1,
"underground_count": 0,
"depth": 50,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "tfc:ore/small_hematite",
"weight": 100
"weight": 70
},
{
"block": "tfc:ore/small_limonite",
"weight": 20
},
{
"block": "tfc:ore/small_native_gold",
"weight": 10
}
]
}

View file

@ -146,6 +146,30 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "gtceu:lazurite_indicator",
"weight": 35
},
{
"block": "gtceu:sodalite_indicator",
"weight": 25
},
{
"block": "gtceu:lapis_indicator",
"weight": 25
},
{
"block": "gtceu:calcite_indicator",
"weight": 15
}
]
}
}
}

View file

@ -57,13 +57,21 @@
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 1,
"underground_count": 0,
"depth": 50,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "tfc:ore/small_limonite",
"weight": 100
"weight": 65
},
{
"block": "tfc:ore/small_hematite",
"weight": 20
},
{
"block": "tfc:ore/small_malachite",
"weight": 15
}
]
}

View file

@ -89,6 +89,34 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "gtceu:soapstone_indicator",
"weight": 30
},
{
"block": "gtceu:talc_indicator",
"weight": 20
},
{
"block": "gtceu:glauconite_sand_indicator",
"weight": 25
},
{
"block": "gtceu:pentlandite_indicator",
"weight": 15
},
{
"block": "gtceu:trona_indicator",
"weight": 10
}
]
}
}
}

View file

@ -145,12 +145,16 @@
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 1,
"underground_count": 0,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "tfc:ore/small_magnetite",
"weight": 100
"weight": 80
},
{
"block": "tfc:ore/small_native_gold",
"weight": 20
}
]
}

View file

@ -261,6 +261,30 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 40,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "gtceu:grossular_indicator",
"weight": 30
},
{
"block": "gtceu:spessartine_indicator",
"weight": 20
},
{
"block": "gtceu:pyrolusite_indicator",
"weight": 20
},
{
"block": "gtceu:tantalite_indicator",
"weight": 10
}
]
}
}
}

View file

@ -215,6 +215,30 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "gtceu:kyanite_indicator",
"weight": 35
},
{
"block": "gtceu:mica_indicator",
"weight": 25
},
{
"block": "gtceu:bauxite_indicator",
"weight": 25
},
{
"block": "gtceu:pollucite_indicator",
"weight": 15
}
]
}
}
}

View file

@ -65,6 +65,26 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "gtceu:bastnasite_indicator",
"weight": 50
},
{
"block": "gtceu:monazite_indicator",
"weight": 25
},
{
"block": "gtceu:neodymium_indicator",
"weight": 25
}
]
}
}
}

View file

@ -85,6 +85,18 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "gtceu:oilsands_indicator",
"weight": 100
}
]
}
}
}

View file

@ -169,6 +169,30 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "gtceu:bentonite_indicator",
"weight": 35
},
{
"block": "gtceu:magnesite_indicator",
"weight": 25
},
{
"block": "gtceu:olivine_indicator",
"weight": 25
},
{
"block": "gtceu:glauconite_sand_indicator",
"weight": 15
}
]
}
}
}

View file

@ -27,6 +27,26 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 60,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "minecraft:redstone_wire",
"weight": 70
},
{
"block": "gtceu:ruby_indicator",
"weight": 20
},
{
"block": "gtceu:cinnabar_indicator",
"weight": 10
}
]
}
}
}

View file

@ -78,6 +78,30 @@
}
]
}
]
],
"indicator": {
"rarity": 40,
"depth": 35,
"underground_rarity": 80,
"underground_count": 1000,
"blocks": [
{
"block": "gtceu:rock_salt_indicator",
"weight": 4
},
{
"block": "tfc:groundcover/salt_lick",
"weight": 90
},
{
"block": "gtceu:lepidolite_indicator",
"weight": 3
},
{
"block": "gtceu:borax_indicator",
"weight": 3
}
]
}
}
}

View file

@ -215,6 +215,30 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 100,
"blocks": [
{
"block": "gtceu:saltpeter_indicator",
"weight": 35
},
{
"block": "gtceu:diatomite_indicator",
"weight": 25
},
{
"block": "gtceu:electrotine_indicator",
"weight": 25
},
{
"block": "gtceu:alunite_indicator",
"weight": 15
}
]
}
}
}

View file

@ -50,8 +50,8 @@
"indicator": {
"rarity": 12,
"depth": 60,
"underground_rarity": 1,
"underground_count": 0,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "tfc:ore/small_native_silver",

View file

@ -202,8 +202,8 @@
"indicator": {
"rarity": 12,
"depth": 60,
"underground_rarity": 1,
"underground_count": 0,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "tfc:ore/small_sphalerite",

View file

@ -216,6 +216,30 @@
}
]
}
]
],
"indicator": {
"rarity": 40,
"depth": 35,
"underground_rarity": 80,
"underground_count": 1000,
"blocks": [
{
"block": "gtceu:rock_salt_indicator",
"weight": 4
},
{
"block": "tfc:groundcover/salt_lick",
"weight": 90
},
{
"block": "gtceu:lepidolite_indicator",
"weight": 4
},
{
"block": "gtceu:spodumene_indicator",
"weight": 6
}
]
}
}
}

View file

@ -84,6 +84,26 @@
}
]
}
]
],
"indicator": {
"rarity": 12,
"depth": 35,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "gtceu:sulfur_indicator",
"weight": 50
},
{
"block": "gtceu:pyrite_indicator",
"weight": 35
},
{
"block": "gtceu:sphalerite_indicator",
"weight": 15
}
]
}
}
}

View file

@ -15,15 +15,15 @@
"with": [
{
"block": "gtceu:quartzite_tetrahedrite_ore",
"weight": 35
"weight": 50
},
{
"block": "gtceu:quartzite_copper_ore",
"weight": 40
"weight": 30
},
{
"block": "gtceu:quartzite_stibnite_ore",
"weight": 25
"weight": 20
}
]
},
@ -34,15 +34,15 @@
"with": [
{
"block": "gtceu:slate_tetrahedrite_ore",
"weight": 35
"weight": 50
},
{
"block": "gtceu:slate_copper_ore",
"weight": 40
"weight": 30
},
{
"block": "gtceu:slate_stibnite_ore",
"weight": 25
"weight": 20
}
]
},
@ -53,15 +53,15 @@
"with": [
{
"block": "gtceu:phyllite_tetrahedrite_ore",
"weight": 35
"weight": 50
},
{
"block": "gtceu:phyllite_copper_ore",
"weight": 40
"weight": 30
},
{
"block": "gtceu:phyllite_stibnite_ore",
"weight": 25
"weight": 20
}
]
},
@ -72,15 +72,15 @@
"with": [
{
"block": "gtceu:schist_tetrahedrite_ore",
"weight": 35
"weight": 50
},
{
"block": "gtceu:schist_copper_ore",
"weight": 40
"weight": 30
},
{
"block": "gtceu:schist_stibnite_ore",
"weight": 25
"weight": 20
}
]
},
@ -91,15 +91,15 @@
"with": [
{
"block": "gtceu:gneiss_tetrahedrite_ore",
"weight": 35
"weight": 50
},
{
"block": "gtceu:gneiss_copper_ore",
"weight": 40
"weight": 30
},
{
"block": "gtceu:gneiss_stibnite_ore",
"weight": 25
"weight": 20
}
]
},
@ -110,15 +110,15 @@
"with": [
{
"block": "gtceu:marble_tetrahedrite_ore",
"weight": 35
"weight": 50
},
{
"block": "gtceu:marble_copper_ore",
"weight": 40
"weight": 30
},
{
"block": "gtceu:marble_stibnite_ore",
"weight": 25
"weight": 20
}
]
}
@ -126,12 +126,16 @@
"indicator": {
"rarity": 12,
"depth": 60,
"underground_rarity": 1,
"underground_count": 0,
"underground_rarity": 40,
"underground_count": 200,
"blocks": [
{
"block": "tfc:ore/small_tetrahedrite",
"weight": 100
"weight": 70
},
{
"block": "tfc:ore/small_native_copper",
"weight": 30
}
]
}

View file

@ -3,7 +3,7 @@
"config": {
"rarity": 140,
"density": 0.25,
"min_y": 60,
"min_y": 30,
"max_y": 210,
"size": 50,
"random_name": "surface_copper",
@ -109,7 +109,15 @@
"blocks": [
{
"block": "tfc:ore/small_native_copper",
"weight": 100
"weight": 40
},
{
"block": "tfc:ore/small_cassiterite",
"weight": 40
},
{
"block": "gtceu:realgar_indicator",
"weight": 20
}
]
}

View file

@ -19,11 +19,11 @@
},
{
"block": "gtceu:quartzite_copper_ore",
"weight": 10
"weight": 20
},
{
"block": "gtceu:quartzite_stibnite_ore",
"weight": 30
"weight": 20
}
]
},
@ -38,11 +38,11 @@
},
{
"block": "gtceu:slate_copper_ore",
"weight": 10
"weight": 20
},
{
"block": "gtceu:slate_stibnite_ore",
"weight": 30
"weight": 20
}
]
},
@ -57,11 +57,11 @@
},
{
"block": "gtceu:phyllite_copper_ore",
"weight": 10
"weight": 20
},
{
"block": "gtceu:phyllite_stibnite_ore",
"weight": 30
"weight": 20
}
]
},
@ -76,11 +76,11 @@
},
{
"block": "gtceu:schist_copper_ore",
"weight": 10
"weight": 20
},
{
"block": "gtceu:schist_stibnite_ore",
"weight": 30
"weight": 20
}
]
},
@ -95,11 +95,11 @@
},
{
"block": "gtceu:gneiss_copper_ore",
"weight": 10
"weight": 20
},
{
"block": "gtceu:gneiss_stibnite_ore",
"weight": 30
"weight": 20
}
]
},
@ -114,11 +114,11 @@
},
{
"block": "gtceu:marble_copper_ore",
"weight": 10
"weight": 20
},
{
"block": "gtceu:marble_stibnite_ore",
"weight": 30
"weight": 20
}
]
}
@ -131,7 +131,11 @@
"blocks": [
{
"block": "tfc:ore/small_tetrahedrite",
"weight": 100
"weight": 80
},
{
"block": "tfc:ore/small_native_copper",
"weight": 20
}
]
}