Skip to content

Commit

Permalink
singular plateau translation
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt committed Dec 15, 2024
1 parent 31cae73 commit f582e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/generated/resources/assets/c/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@
"tag.worldgen.biome.c.is_outer_end_island": "Outer End Island",
"tag.worldgen.biome.c.is_overworld": "Is Overworld",
"tag.worldgen.biome.c.is_plains": "Plains",
"tag.worldgen.biome.c.is_plateau": "Plateaus",
"tag.worldgen.biome.c.is_plateau": "Plateau",
"tag.worldgen.biome.c.is_rare": "Rare",
"tag.worldgen.biome.c.is_river": "River",
"tag.worldgen.biome.c.is_sandy": "Sandy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ protected void addTranslations() {
add(Tags.Biomes.IS_MUSHROOM, "Mushrooms");
add(Tags.Biomes.IS_MAGICAL, "Magical");
add(Tags.Biomes.IS_RARE, "Rare");
add(Tags.Biomes.IS_PLATEAU, "Plateaus");
add(Tags.Biomes.IS_PLATEAU, "Plateau");
add(Tags.Biomes.IS_MODIFIED, "Modified");
add(Tags.Biomes.IS_OLD_GROWTH, "Old Growth");

Expand Down

0 comments on commit f582e8b

Please sign in to comment.