Skip to content

Commit

Permalink
fix enchantment names
Browse files Browse the repository at this point in the history
closes #4
  • Loading branch information
MelanX committed Sep 27, 2022
1 parent 74d4e57 commit feb9fcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/assets/simplytools/lang/de_de.json
@@ -1,8 +1,8 @@
{
"itemGroup.simplytools": "Simply Tools",

"enchantment.morevanillalib.power_of_the_depth": "Kraft der Tiefe",
"enchantment.morevanillalib.power_of_the_depth.desc": "Erhöht die Abbautiefe für Hämmer und Ausgraber.",
"enchantment.simplytools.power_of_the_depth": "Kraft der Tiefe",
"enchantment.simplytools.power_of_the_depth.desc": "Erhöht die Abbautiefe für Hämmer und Ausgraber.",

"block.simplytools.clean_end_stone": "Reiner Endstein",
"block.simplytools.clean_end_stone_button": "Reiner Endsteinknopf",
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/assets/simplytools/lang/en_us.json
@@ -1,8 +1,8 @@
{
"itemGroup.simplytools": "Simply Tools",

"enchantment.morevanillalib.power_of_the_depth": "Power of the Depth",
"enchantment.morevanillalib.power_of_the_depth.desc": "Increases the mining depth for Hammers and Excavators.",
"enchantment.simplytools.power_of_the_depth": "Power of the Depth",
"enchantment.simplytools.power_of_the_depth.desc": "Increases the mining depth for Hammers and Excavators.",

"block.simplytools.clean_end_stone": "Clean Endstone",
"block.simplytools.clean_end_stone_button": "Clean Endstone Button",
Expand Down

0 comments on commit feb9fcf

Please sign in to comment.