From 71101793efe81e04477f080cda0492293fd05026 Mon Sep 17 00:00:00 2001 From: Piky <41557212+ScriptedPiky@users.noreply.github.com> Date: Thu, 19 Oct 2023 18:57:03 -0700 Subject: [PATCH] Considerably adjusted Bart meteor Added more ores, increased radius from 10 to 18, increased LP cost from 8m to 10m, and made the item cost an LuV boxinator from an IV boxinator to match the correct tiering --- config/BloodMagic/meteors/SomeBartOres.json | 30 ++++++++++++++++----- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/config/BloodMagic/meteors/SomeBartOres.json b/config/BloodMagic/meteors/SomeBartOres.json index a1eb82ed23..eedfaf0761 100644 --- a/config/BloodMagic/meteors/SomeBartOres.json +++ b/config/BloodMagic/meteors/SomeBartOres.json @@ -3,6 +3,26 @@ "oreBismutite", "1", "oreFluor-Buergerite", + "1", + "oreOrangeDescloizite", + "1", + "oreRedDescloizite", + "1", + "oreFluor-Buergerite", + "1", + "oreFayalite", + "1", + "oreForsterite", + "1", + "oreRedFuchsite", + "1", + "oreGreenFuchsite", + "1", + "oreDjurleite", + "1", + "oreBornite", + "1", + "oreWittichenite", "1", "oreChromo-Alumino-Povondraite", "1", @@ -11,20 +31,16 @@ "oreOlenite", "1", "oreRedZircon", - "1", - "oreFayalite", - "1", - "oreForsterite", "1", "oreHedenbergite", "1", "orePrasiolite", "1" ], - "radius": 10, - "cost": 8000000, + "radius": 18, + "cost": 10000000, "focusModId": "gregtech", "focusName": "gt.blockmachines", - "focusMeta": 405 + "focusMeta": 406 }