Skip to content

Commit

Permalink
Capitalization fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrodynamite18 committed Sep 11, 2023
1 parent 292d2be commit b5cdf84
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-09-08T11:33:53.9080548 Languages: en_us
0273a86b42d6aa9a803ec33ac84be52227fdd473 assets/deeperdarker/lang/en_us.json
// 1.20.1 2023-09-11T19:49:14.9937051 Languages: en_us
9d327ad6da5937e25dfd5e58166f787a5b804189 assets/deeperdarker/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"item.minecraft.splash_potion.effect.sculk_affinity": "Splash Potion of Sculk Affinity",
"item.minecraft.tipped_arrow.effect.long_sculk_affinity": "Arrow of Sculk Affinity",
"item.minecraft.tipped_arrow.effect.sculk_affinity": "Arrow of Sculk Affinity",
"itemGroup.deeperdarker": "Deeper And Darker",
"itemGroup.deeperdarker": "Deeper and Darker",
"subtitles.ambient.otherside.additions": "Warden dreams",
"subtitles.ambient.portal.groan": "The Otherside forebodes",
"subtitles.entity.shattered.ambient": "Shattered growls",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ protected void addTranslations() {
add("advancements." + DeeperDarker.MOD_ID + ".warden_armor.title", "Cover Me with Sculk");
add("advancements." + DeeperDarker.MOD_ID + ".warden_armor.description", "Protect yourself with a full set of Warden Armor");

add("itemGroup." + DeeperDarker.MOD_ID, "Deeper And Darker");
add("itemGroup." + DeeperDarker.MOD_ID, "Deeper and Darker");
add("block." + DeeperDarker.MOD_ID + ".linked", "Linked transmitter");
add("block." + DeeperDarker.MOD_ID + ".unlinked", "Unlinked transmitter");
add("block." + DeeperDarker.MOD_ID + ".not_transmittable", "Cannot link to block");
Expand Down

0 comments on commit b5cdf84

Please sign in to comment.