Skip to content

Commit

Permalink
fix(balance): ✏️Nerf Mineralis ritual
Browse files Browse the repository at this point in the history
- Remove NuclearCraft ores from spawn list: [Boron Ore][Lithium Ore][Magnesium Ore][Thorium Ore]
- Remove [Platinum Ore]
  • Loading branch information
Krutoy242 committed May 27, 2024
1 parent c94aa10 commit d30b03a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions config/astralsorcery/mineralis_ritual.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,9 @@ data {
oreGold;550
oreUranium;550
oreAluminum;600
oreBoron;600
oreLithium;600
oreMagnesium;600
oreThorium;600
oreMalachite;650
oreRedstone;700
oreSapphire;750
orePlatinum;900
oreOsmium;950
oreLead;1000
oreTin;1500
Expand Down
5 changes: 0 additions & 5 deletions scripts/jei/mod/astralsorcery.zs
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,10 @@ val mineralisList = [
<ore:oreTin>.firstItem * 18,
<ore:oreLead>.firstItem * 12,
<ore:oreOsmium>.firstItem * 11,
<ore:orePlatinum>.firstItem * 11,
<ore:oreSapphire>.firstItem * 9,
<ore:oreRedstone>.firstItem * 8,
<ore:oreMalachite>.firstItem * 8,
<ore:oreAluminum>.firstItem * 7,
<ore:oreBoron>.firstItem * 7,
<ore:oreLithium>.firstItem * 7,
<ore:oreMagnesium>.firstItem * 7,
<ore:oreThorium>.firstItem * 7,
<ore:oreGold>.firstItem * 6,
<ore:oreUranium>.firstItem * 6,
<ore:oreChargedCertusQuartz>.firstItem * 6,
Expand Down

0 comments on commit d30b03a

Please sign in to comment.