Skip to content

Commit

Permalink
Fix duplicate config names
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldexun committed Mar 8, 2023
1 parent 8556442 commit a40491a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ public class ConfigPotionCore

@RequiresMcRestart
@Config.Comment("Requires patchPotionCoreResistance patch! Amount of the vulnerable potion attribute modifier.")
@Config.Name("Resistance Potion Modifier Amount")
@Config.Name("Vulnerable Potion Modifier Amount")
@RLConfig.ImprovementsOnly("-0.5")
@RLConfig.RLCraftTwoEightTwo("-0.5")
@RLConfig.RLCraftTwoNine("-0.5")
public double vulnerableAmount = -0.5D;

@RequiresMcRestart
@Config.Comment("Requires patchPotionCoreResistance patch! Operation of the vulnerable potion attribute modifier.")
@Config.Name("Resistance Potion Modifier Operation")
@Config.Name("Vulnerable Potion Modifier Operation")
@RLConfig.ImprovementsOnly("2")
@RLConfig.RLCraftTwoEightTwo("2")
@RLConfig.RLCraftTwoNine("2")
Expand Down

0 comments on commit a40491a

Please sign in to comment.