Skip to content

Commit

Permalink
Fix for tengam meteor to make it match old numbers (#18064)
Browse files Browse the repository at this point in the history
  • Loading branch information
koolkrafter5 authored Nov 23, 2024
1 parent 40ebca4 commit 2bdaa7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/BloodMagic/meteors/CheatyVeryLowQuantityRawTengam.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 2bdaa7b

Please sign in to comment.