From fce0fa6e2a56dad9d4035a640a11b9424c0ab77a Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 19 Jan 2025 23:08:40 +0000 Subject: [PATCH] tweaked spawning rarity of some of the indicators Signed-off-by: Pyritie --- .../configured_feature/vein/normal_certus_quartz.json | 2 +- .../configured_feature/vein/normal_graphite.json | 2 +- .../worldgen/configured_feature/vein/normal_lapis.json | 2 +- .../configured_feature/vein/normal_redstone.json | 2 +- .../worldgen/configured_feature/vein/normal_salt.json | 10 +++++----- .../configured_feature/vein/normal_spodumene.json | 8 ++++---- .../configured_feature/vein/surface_copper.json | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_certus_quartz.json b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_certus_quartz.json index 331a1c1cf..b1eb01a95 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_certus_quartz.json +++ b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_certus_quartz.json @@ -102,7 +102,7 @@ } ], "indicator": { - "rarity": 3, + "rarity": 15, "depth": 40, "underground_rarity": 40, "underground_count": 200, diff --git a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_graphite.json b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_graphite.json index 0aca3e254..d7bd51da5 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_graphite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_graphite.json @@ -35,7 +35,7 @@ } ], "indicator": { - "rarity": 15, + "rarity": 10, "depth": 60, "underground_rarity": 40, "underground_count": 200, diff --git a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_lapis.json b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_lapis.json index 74d38f65f..41953a287 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_lapis.json +++ b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_lapis.json @@ -148,7 +148,7 @@ } ], "indicator": { - "rarity": 4, + "rarity": 12, "depth": 35, "underground_rarity": 40, "underground_count": 200, diff --git a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_redstone.json b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_redstone.json index e4709403c..95e0a9956 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_redstone.json +++ b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_redstone.json @@ -29,7 +29,7 @@ } ], "indicator": { - "rarity": 15, + "rarity": 12, "depth": 60, "underground_rarity": 40, "underground_count": 200, diff --git a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_salt.json b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_salt.json index ad0cf303b..7930edff3 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_salt.json +++ b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_salt.json @@ -80,26 +80,26 @@ } ], "indicator": { - "rarity": 40, + "rarity": 4, "depth": 35, "underground_rarity": 80, "underground_count": 1000, "blocks": [ { "block": "gtceu:rock_salt_indicator", - "weight": 4 + "weight": 6 }, { "block": "tfc:groundcover/salt_lick", - "weight": 90 + "weight": 80 }, { "block": "gtceu:lepidolite_indicator", - "weight": 3 + "weight": 6 }, { "block": "gtceu:borax_indicator", - "weight": 3 + "weight": 6 } ] } diff --git a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_spodumene.json b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_spodumene.json index 0e35819a4..5a1b6e2f0 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_spodumene.json +++ b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_spodumene.json @@ -218,22 +218,22 @@ } ], "indicator": { - "rarity": 40, + "rarity": 4, "depth": 35, "underground_rarity": 80, "underground_count": 1000, "blocks": [ { "block": "gtceu:rock_salt_indicator", - "weight": 4 + "weight": 6 }, { "block": "tfc:groundcover/salt_lick", - "weight": 90 + "weight": 80 }, { "block": "gtceu:lepidolite_indicator", - "weight": 4 + "weight": 6 }, { "block": "gtceu:spodumene_indicator", diff --git a/kubejs/data/tfg/worldgen/configured_feature/vein/surface_copper.json b/kubejs/data/tfg/worldgen/configured_feature/vein/surface_copper.json index a52b24538..335198da6 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/vein/surface_copper.json +++ b/kubejs/data/tfg/worldgen/configured_feature/vein/surface_copper.json @@ -102,7 +102,7 @@ } ], "indicator": { - "rarity": 12, + "rarity": 8, "depth": 60, "underground_rarity": 1, "underground_count": 0,