Skip to content

Commit

Permalink
Update EnchantingPowerInfoProvider.java
Browse files Browse the repository at this point in the history
  • Loading branch information
strubium authored Feb 17, 2024
1 parent 2a1b79c commit 3cdcafc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void addProbeInfo(ProbeMode mode, @Nonnull IProbeInfo probeInfo, EntityPl
if (enchantingPower > 0.0F) {
probeInfo.horizontal(probeInfo.defaultLayoutStyle().alignment(ElementAlignment.ALIGN_CENTER))
.item(ENCHANTED_BOOK)
.text(TextStyleClass.LABEL + "{*topextras.top.enchanting_power*} " + TextFormatting.LIGHT_PURPLE + Utilities.FORMAT.format(enchantingPower));
.text(TextStyleClass.LABEL + "{*theoneprobe.probe.enchanting_power*} " + TextFormatting.LIGHT_PURPLE + Utilities.FORMAT.format(enchantingPower));
}
}
}
}

0 comments on commit 3cdcafc

Please sign in to comment.