Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…atica10 into develop
  • Loading branch information
NielsPilgaard committed Aug 8, 2024
2 parents b774b11 + 90cdd0f commit 017be86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubejs/startup_scripts/potion_registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ StartupEvents.registry('potion', (event) => {
},
{
potion: 'minecraft:strength',
types: [{ name: 'greater', duration: 90, amplifier: 3 }]
types: [{ name: 'greater', duration: 180, amplifier: 3 }]
},
{
potion: 'minecraft:regeneration',
types: [{ name: 'greater', duration: 22, amplifier: 3 }]
types: [{ name: 'greater', duration: 180, amplifier: 3 }]
},
{
potion: 'ars_nouveau:mana_regen',
Expand Down

0 comments on commit 017be86

Please sign in to comment.