diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_gold.json b/kubejs/data/tfc/worldgen/configured_feature/vein/normal_gold.json index b48a32633..5412513ae 100644 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_gold.json +++ b/kubejs/data/tfc/worldgen/configured_feature/vein/normal_gold.json @@ -9,7 +9,7 @@ "max_y": { "absolute": 60 }, - "size": 15, + "size": 35, "density": 0.6, "blocks": [ { @@ -17,17 +17,21 @@ "tfc:rock/raw/rhyolite" ], "with": [ + { + "weight": 5, + "block": "gtceu:tfc_rhyolite_goethite_ore" + }, { "weight": 20, - "block": "tfc:ore/poor_native_gold/rhyolite" + "block": "gtceu:tfc_rhyolite_yellow_limonite_ore" }, { - "weight": 50, - "block": "tfc:ore/normal_native_gold/rhyolite" + "weight": 20, + "block": "gtceu:tfc_rhyolite_hematite_ore" }, { - "weight": 30, - "block": "tfc:ore/rich_native_gold/rhyolite" + "weight": 55, + "block": "gtceu:tfc_rhyolite_gold_ore" } ] }, @@ -36,17 +40,21 @@ "tfc:rock/raw/basalt" ], "with": [ + { + "weight": 5, + "block": "gtceu:tfc_basalt_goethite_ore" + }, { "weight": 20, - "block": "tfc:ore/poor_native_gold/basalt" + "block": "gtceu:tfc_basalt_yellow_limonite_ore" }, { - "weight": 50, - "block": "tfc:ore/normal_native_gold/basalt" + "weight": 20, + "block": "gtceu:tfc_basalt_hematite_ore" }, { - "weight": 30, - "block": "tfc:ore/rich_native_gold/basalt" + "weight": 55, + "block": "gtceu:tfc_basalt_gold_ore" } ] }, @@ -55,17 +63,21 @@ "tfc:rock/raw/andesite" ], "with": [ + { + "weight": 5, + "block": "gtceu:tfc_andesite_goethite_ore" + }, { "weight": 20, - "block": "tfc:ore/poor_native_gold/andesite" + "block": "gtceu:tfc_andesite_yellow_limonite_ore" }, { - "weight": 50, - "block": "tfc:ore/normal_native_gold/andesite" + "weight": 20, + "block": "gtceu:tfc_andesite_hematite_ore" }, { - "weight": 30, - "block": "tfc:ore/rich_native_gold/andesite" + "weight": 55, + "block": "gtceu:tfc_andesite_gold_ore" } ] }, @@ -74,17 +86,21 @@ "tfc:rock/raw/dacite" ], "with": [ + { + "weight": 5, + "block": "gtceu:tfc_dacite_goethite_ore" + }, { "weight": 20, - "block": "tfc:ore/poor_native_gold/dacite" + "block": "gtceu:tfc_dacite_yellow_limonite_ore" }, { - "weight": 50, - "block": "tfc:ore/normal_native_gold/dacite" + "weight": 20, + "block": "gtceu:tfc_dacite_hematite_ore" }, { - "weight": 30, - "block": "tfc:ore/rich_native_gold/dacite" + "weight": 55, + "block": "gtceu:tfc_dacite_gold_ore" } ] }, @@ -93,17 +109,21 @@ "tfc:rock/raw/granite" ], "with": [ + { + "weight": 5, + "block": "gtceu:tfc_granite_goethite_ore" + }, { "weight": 20, - "block": "tfc:ore/poor_native_gold/granite" + "block": "gtceu:tfc_granite_yellow_limonite_ore" }, { - "weight": 50, - "block": "tfc:ore/normal_native_gold/granite" + "weight": 20, + "block": "gtceu:tfc_granite_hematite_ore" }, { - "weight": 30, - "block": "tfc:ore/rich_native_gold/granite" + "weight": 55, + "block": "gtceu:tfc_granite_gold_ore" } ] }, @@ -112,17 +132,21 @@ "tfc:rock/raw/diorite" ], "with": [ + { + "weight": 5, + "block": "gtceu:tfc_diorite_goethite_ore" + }, { "weight": 20, - "block": "tfc:ore/poor_native_gold/diorite" + "block": "gtceu:tfc_diorite_yellow_limonite_ore" }, { - "weight": 50, - "block": "tfc:ore/normal_native_gold/diorite" + "weight": 20, + "block": "gtceu:tfc_diorite_hematite_ore" }, { - "weight": 30, - "block": "tfc:ore/rich_native_gold/diorite" + "weight": 55, + "block": "gtceu:tfc_diorite_gold_ore" } ] }, @@ -131,17 +155,21 @@ "tfc:rock/raw/gabbro" ], "with": [ + { + "weight": 5, + "block": "gtceu:tfc_gabbro_goethite_ore" + }, { "weight": 20, - "block": "tfc:ore/poor_native_gold/gabbro" + "block": "gtceu:tfc_gabbro_yellow_limonite_ore" }, { - "weight": 50, - "block": "tfc:ore/normal_native_gold/gabbro" + "weight": 20, + "block": "gtceu:tfc_gabbro_hematite_ore" }, { - "weight": 30, - "block": "tfc:ore/rich_native_gold/gabbro" + "weight": 55, + "block": "gtceu:tfc_gabbro_gold_ore" } ] }