Minor text updates

This commit is contained in:
Frank 2023-06-08 00:44:01 +02:00
parent d8892f6945
commit af4070b74a
3 changed files with 7 additions and 5 deletions

View file

@ -69,7 +69,7 @@ public class WorldSetupScreen extends LayoutScreen {
bclibNether = content.addCheckbox(
fit(), fit(),
Component.translatable("title.screen.bclib.worldgen.custom_biome_source"),
Component.translatable("title.screen.bclib.worldgen.custom_nether_biome_source"),
netherConfig.mapVersion != BCLNetherBiomeSourceConfig.NetherBiomeMapType.VANILLA
);
@ -135,7 +135,7 @@ public class WorldSetupScreen extends LayoutScreen {
content.addSpacer(8);
bclibEnd = content.addCheckbox(
fit(), fit(),
Component.translatable("title.screen.bclib.worldgen.custom_biome_source"),
Component.translatable("title.screen.bclib.worldgen.custom_end_biome_source"),
endConfig.mapVersion != BCLEndBiomeSourceConfig.EndBiomeMapType.VANILLA
);

View file

@ -55,7 +55,6 @@
"title.screen.bclib.worldgen.main": "Welt-Generator Eigenschaften",
"title.bclib.the_nether": "Nether",
"title.bclib.the_end": "Das Ende",
"title.screen.bclib.worldgen.custom_biome_source": "Benutzerdefinierte Biomquelle verwenden",
"title.screen.bclib.worldgen.legacy_square": "Legacy-Verteilung (1.17)",
"title.screen.bclib.worldgen.custom_end_terrain": "Angepasster End-Terrain-Generator",
"title.screen.bclib.worldgen.end_void": "Kleine End-Inseln erzeugen",
@ -108,5 +107,7 @@
"tag.c.saplings": "Setzlinge",
"tag.c.hammers": "Hämmer",
"tag.c.leaves": "Blätter",
"tag.c.soul_ground": "Seelenböden"
"tag.c.soul_ground": "Seelenböden",
"title.screen.bclib.worldgen.custom_end_biome_source": "Benutzerdefinierte End-Biomquelle",
"title.screen.bclib.worldgen.custom_nether_biome_source": "Benutzerdefinierte Nether-Biomquelle"
}

View file

@ -60,7 +60,8 @@
"title.screen.bclib.worldgen.main": "World Generator Settings",
"title.bclib.the_nether": "The Nether",
"title.bclib.the_end": "The End",
"title.screen.bclib.worldgen.custom_biome_source": "Use Custom Biome Source",
"title.screen.bclib.worldgen.custom_end_biome_source": "Use Custom End Biome Source",
"title.screen.bclib.worldgen.custom_nether_biome_source": "Use Custom Nether Biome Source",
"title.screen.bclib.worldgen.legacy_square": "Use Legacy Map (1.17)",
"title.screen.bclib.worldgen.custom_end_terrain": "Custom End Terrain Generator",
"title.screen.bclib.worldgen.avg_biome_size": "Average Biome Size (in Chunks)",