From 511716f0421fae2f2d3103104bd2bbb1d3bbf689 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 24 Jan 2025 21:17:47 +0000 Subject: [PATCH] Update normal_magnetite.json Signed-off-by: Pyritie --- .../vein/normal_magnetite.json | 30 ++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_magnetite.json b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_magnetite.json index 3f05df86a..0cd0c29df 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/vein/normal_magnetite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/vein/normal_magnetite.json @@ -24,6 +24,10 @@ { "block": "gtceu:shale_gold_ore", "weight": 10 + }, + { + "block": "gtceu:shale_chromite_ore", + "weight": 10 } ] }, @@ -43,6 +47,10 @@ { "block": "gtceu:claystone_gold_ore", "weight": 10 + }, + { + "block": "gtceu:claystone_chromite_ore", + "weight": 10 } ] }, @@ -62,6 +70,10 @@ { "block": "gtceu:limestone_gold_ore", "weight": 10 + }, + { + "block": "gtceu:limestone_chromite_ore", + "weight": 10 } ] }, @@ -81,6 +93,10 @@ { "block": "gtceu:conglomerate_gold_ore", "weight": 10 + }, + { + "block": "gtceu:conglomerate_chromite_ore", + "weight": 10 } ] }, @@ -100,6 +116,10 @@ { "block": "gtceu:dolomite_gold_ore", "weight": 10 + }, + { + "block": "gtceu:dolomite_chromite_ore", + "weight": 10 } ] }, @@ -119,6 +139,10 @@ { "block": "gtceu:chert_gold_ore", "weight": 10 + }, + { + "block": "gtceu:chert_chromite_ore", + "weight": 10 } ] }, @@ -138,6 +162,10 @@ { "block": "gtceu:chalk_gold_ore", "weight": 10 + }, + { + "block": "gtceu:chalk_chromite_ore", + "weight": 10 } ] } @@ -159,4 +187,4 @@ ] } } -} \ No newline at end of file +}