Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Dec 7, 2024
1 parent e4f1d8b commit 78d098d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public void addInformation(ItemStack stack, @Nullable World world, List<String>
list.add(I18n.format("item.earthTalisman.text.3"));
list.add(I18n.format("item.earthTalisman.text.4"));

// Only mention tunneling if it is enabled in the configuration file
if (ConfigHandler.TOOLS_AND_ABILITIES.enableGeomancyTunneling) {
list.add(I18n.format("item.earthTalisman.text.5"));
list.add(I18n.format("item.earthTalisman.text.6"));
Expand Down

0 comments on commit 78d098d

Please sign in to comment.