Skip to content

Commit

Permalink
Jaw damage type uses its old localization again.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrodynamite18 committed Nov 8, 2023
1 parent f0266b6 commit 3030c31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.20.1 2023-11-07T21:37:03.1844117 Languages: en_us
2b01eee16b8bfdae935bede62bf088252e69002f assets/deeperdarker/lang/en_us.json
// 1.20.1 2023-11-08T11:30:36.0106317 Languages: en_us
8e288ae0521b94c76ee68b22e673a257f33497ba assets/deeperdarker/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"block.deeperdarker.stripped_echo_log": "Stripped Echo Log",
"block.deeperdarker.stripped_echo_wood": "Stripped Echo Wood",
"block.deeperdarker.unlinked": "Unlinked transmitter",
"death.attack.jaw": "%1$s was trapped by a jaw",
"death.attack.jaw": "%1$s was devoured by a Sculk Jaw",
"death.attack.ring": "%1$s heard the ring of %2$s",
"effect.deeperdarker.sculk_affinity": "Sculk Affinity",
"enchantment.deeperdarker.catalysis": "Catalysis",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ protected void addTranslations() {
add("biome." + DeeperDarker.MOD_ID + "." + OthersideBiomes.ECHOING_FOREST.location().getPath(), convertToName(OthersideBiomes.ECHOING_FOREST.location().getPath()));
add("biome." + DeeperDarker.MOD_ID + "." + OthersideBiomes.BLOOMING_CAVERNS.location().getPath(), convertToName(OthersideBiomes.BLOOMING_CAVERNS.location().getPath()));
add("biome." + DeeperDarker.MOD_ID + "." + OthersideBiomes.OVERCAST_COLUMNS.location().getPath(), convertToName(OthersideBiomes.OVERCAST_COLUMNS.location().getPath()));
add("death.attack.jaw", "%1$s was trapped by a jaw");
add("death.attack.jaw", "%1$s was devoured by a Sculk Jaw");
add("death.attack.ring", "%1$s heard the ring of %2$s");
add("enchantment." + DeeperDarker.MOD_ID + "." + DDEnchantments.CATALYSIS.getId().getPath() + ".desc", "Spreads sculk when mobs are killed.");
add("enchantment." + DeeperDarker.MOD_ID + "." + DDEnchantments.SCULK_SMITE.getId().getPath() + ".desc", "Increases damage against sculk mobs such as Shattered and the Warden.");
Expand Down

0 comments on commit 3030c31

Please sign in to comment.