Skip to content

Commit

Permalink
Fixed Typo, fixed Seasoned Mineman perk in pv and added text that it …
Browse files Browse the repository at this point in the history
…requires preenabled stuff (Moulberry#307)
  • Loading branch information
jani270 authored Sep 24, 2022
1 parent ed610c9 commit 9a0db02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ public class CustomArmour {
@Expose
@ConfigOption(
name = "Enable Equipment Hud",
desc = "Shows an overlay in your inventory showing your 4 extra armour slots"
desc = "Shows an overlay in your inventory showing your 4 extra armour slots" +
"\u00A7cRequires Hide Potion Effects to be enabled"
)
@ConfigEditorBoolean
public boolean enableArmourHud = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public class Enchanting {
@Expose
@ConfigOption(
name = "Ultrasequencer Numbers",
desc = "Replace the items in the supersequencer with only numbers"
desc = "Replace the items in the Ultrasequencer with only numbers"
)
@ConfigEditorBoolean
@ConfigAccordionId(id = 0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -868,8 +868,7 @@ public void drawPage(int mouseX, int mouseY, float partialTicks) {
"Seasoned Mineman",
"§7Level " + seasonMine + "§8/100",
"",
"§7Increases your Mining",
"§7experience gain by " + EnumChatFormatting.GREEN + seasonMineStat + "%§7.",
"§7Grants §3+" + EnumChatFormatting.DARK_AQUA + seasonMineStat + "☯ Mining Wisdom§7.",
"",
EnumChatFormatting.GRAY + "Cost",
EnumChatFormatting.DARK_GREEN +
Expand All @@ -881,8 +880,7 @@ public void drawPage(int mouseX, int mouseY, float partialTicks) {
"Seasoned Mineman",
"§7Level " + seasonMine + "§8/100",
"",
"§7Increases your Mining",
"§7experience gain by " + EnumChatFormatting.GREEN + seasonMineStat + "%§7."
"§7Grants §3+" + EnumChatFormatting.DARK_AQUA + seasonMineStat + "☯ Mining Wisdom§7."
),
100
);
Expand Down

0 comments on commit 9a0db02

Please sign in to comment.