Skip to content

Commit

Permalink
Rebalance Hardmode EnderIO Grain -> XP Juice recipes to have compound…
Browse files Browse the repository at this point in the history
… crystals be viable XP sources at the cost of more processing (#404)
  • Loading branch information
Xefyr0 committed Jul 23, 2024
1 parent 407f36c commit 002e401
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubejs/server_scripts/_hardmode/hardmode.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ ServerEvents.recipes(event => {
const xpjuice = [
["enderio:pulsating_powder", 2240],
["enderio:vibrant_powder", 4480],
["kubejs:grains_of_innocence", 6720],
["enderio:prescient_powder", 8960],
["enderio:ender_crystal_powder", 11200],
["kubejs:grains_of_innocence", 17920],
["enderio:prescient_powder", 35840],
["enderio:ender_crystal_powder", 44800],
]

for (const [input, output] of xpjuice) {
Expand Down

0 comments on commit 002e401

Please sign in to comment.