Skip to content

Commit

Permalink
Biome name lang fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SaishoVibes committed Mar 28, 2023
1 parent 6e38212 commit 1acc6d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/main/resources/assets/back_in_classic/lang/en_uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"gamerule.doInfiniteWater.description": "um...be safe with setting this true",
"gamerule.doOldCombat.description": "Brings back old combat mechanics. May require respawn to update.",
"item.back_in_classic.nether_portal_creator": "Mini Nether Portal",
"biome.back_in_classic.rainy_forest": "Rainy Forest",
"biome.back_in_classic.rainforest": "Rainforest",
"biome.back_in_classic.azure_ocean": "Azure Ocean",
"item.back_in_classic.plate_leggings": "Plated Leggings",
"item.back_in_classic.plate_helmet": "Plated Cap",
"biome.back_in_classic.ice_desert": "Ice Desert",
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/assets/back_in_classic/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"gamerule.doInfiniteWater.description": "um...be safe with setting this true",
"gamerule.doOldCombat.description": "Brings back old combat mechanics. May require respawn to update.",
"item.back_in_classic.nether_portal_creator": "Mini Nether Portal",
"biome.back_in_classic.rainy_forest": "Rainy Forest",
"biome.back_in_classic.rainforest": "Rainforest",
"biome.back_in_classic.azure_ocean": "Azure Ocean",
"item.back_in_classic.plate_leggings": "Plated Leggings",
"item.back_in_classic.plate_helmet": "Plated Cap",
"biome.back_in_classic.ice_desert": "Ice Desert",
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/assets/back_in_classic/lang/fr_fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"gamerule.doInfiniteWater.description": "euh...sois-sûr de toi avant d'activer ça",
"gamerule.doOldCombat.description": "Rétablit les anciennes mécaniques de combat. Requirt une réapparition pour se mettre à jour.",
"item.back_in_classic.nether_portal_creator": "Portail du Nether Miniature",
"biome.back_in_classic.rainy_forest": "Forêt Pluviale",
"biome.back_in_classic.rainforest": "Forêt Pluviale",
"biome.back_in_classic.azure_ocean": "Océan Azur",
"item.back_in_classic.plate_leggings": "Jambières Plaquées",
"item.back_in_classic.plate_helmet": "Casque Plaqué",
"biome.back_in_classic.ice_desert": "Désert de Glace",
Expand Down

0 comments on commit 1acc6d2

Please sign in to comment.