Skip to content

Commit

Permalink
Changed Ring damage type localization.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrodynamite18 committed Nov 10, 2023
1 parent 4480c68 commit 00405e4
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-08T13:02:07.2296776 Languages: en_us
6c2a4764d8e886809f19b9371c056b516eb437ec assets/deeperdarker/lang/en_us.json
// 1.20.1 2023-11-10T11:26:17.8128591 Languages: en_us
b6f14b0f5bc9d8acd74cdb7da54de7ad88ff797f assets/deeperdarker/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"block.deeperdarker.stripped_echo_wood": "Stripped Echo Wood",
"block.deeperdarker.unlinked": "Unlinked transmitter",
"death.attack.jaw": "%1$s was devoured",
"death.attack.ring": "%1$s heard the ring of %2$s",
"death.attack.ring": "%1$s heard the Stalker's ring",
"effect.deeperdarker.sculk_affinity": "Sculk Affinity",
"enchantment.deeperdarker.catalysis": "Catalysis",
"enchantment.deeperdarker.catalysis.desc": "Spreads sculk when mobs are killed.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ protected void addTranslations() {
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 devoured");
add("death.attack.ring", "%1$s heard the ring of %2$s");
add("death.attack.ring", "%1$s heard the Stalker's ring");
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 00405e4

Please sign in to comment.