From 2bdaa7b150a4209d5f7535ca8c32cf3f3fcbbcac Mon Sep 17 00:00:00 2001 From: koolkrafter5 Date: Sat, 23 Nov 2024 01:58:48 -0500 Subject: [PATCH] Fix for tengam meteor to make it match old numbers (#18064) --- .../BloodMagic/meteors/CheatyVeryLowQuantityRawTengam.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/BloodMagic/meteors/CheatyVeryLowQuantityRawTengam.json b/config/BloodMagic/meteors/CheatyVeryLowQuantityRawTengam.json index 75e9140d4..76c399d41 100644 --- a/config/BloodMagic/meteors/CheatyVeryLowQuantityRawTengam.json +++ b/config/BloodMagic/meteors/CheatyVeryLowQuantityRawTengam.json @@ -1,14 +1,15 @@ { "ores": [ - "OREDICT:oreTengamRaw:4" + "OREDICT:oreMarbleSalt:69" ], "filler": [ - "OREDICT:oreMarbleSalt:3000" + "OREDICT:oreMarbleSalt:72", + "OREDICT:oreTengamRaw:1" ], "radius": 16, "cost": 1000000001, "focusModId": "GalacticraftAmunRa", "focusName": "tile.machines2", "focusMeta": 1, - "fillerChance": 99 + "fillerChance": 10 }