Skip to content

Commit

Permalink
Made Omega Upgrade use Unobtainium Nuggets instead of Hearts of the Sea
Browse files Browse the repository at this point in the history
  • Loading branch information
Satherov authored Nov 2, 2024
1 parent 3943eb8 commit 21d04de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubejs/server_scripts/mods/Productive Bees/Recipes.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ServerEvents.recipes(allthemods => {
allthemods.replaceInput(
{ output: 'productivelib:upgrade_productivity_4' },
'minecraft:heart_of_the_sea',
'allthemodium:allthemodium_nugget'
'allthemodium:unobtainium_nugget'
)
})

// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.

0 comments on commit 21d04de

Please sign in to comment.