Improved Anvil-Level handling

This commit is contained in:
Frank 2022-07-28 19:52:07 +02:00
parent bb15db429d
commit 2aa13a76ee
9 changed files with 64 additions and 53 deletions

View file

@ -83,6 +83,19 @@
"title.config.bclib.client.ui.forceBetterXPreset": "BetterX als Standard-Welt-Typ verwenden",
"description.config.bclib.client.ui.forceBetterXPreset": "Der Welt-Typ bestimmt, wie eine Welt generiert wird. In den meisten Fällen solltet BetterX als Standardeinstellung beibehalten werden (Du kannst den Typ jederzeit im Welt-Erstellen-Bildschirm ändern). Dieser Typ ist für maximale Kompatibilität zwischen DataPacks, unserer Mod und anderen Fabric-Mods optimiert. Außerdem bietet er einige einzigartige Funktionen für BetterNether und BetterEnd. Du solltest diese Option nur deaktivieren, wenn Du einen Grund dazu hast!",
"warning.config.bclib.client.ui.forceBetterXPreset": "IN DEN MEISTEN FÄLLEN SOLLTE DIESE OPTION AKTIVIERT BLEIBEN.\n",
"emi.category.bclib.alloying": "Endsteinschmelzofen",
"tag.c.barrel": "Fässer"
"emi.category.bclib.alloying": "Legierungen",
"tag.c.barrel": "Fässer",
"emi.category.bclib.anvil_0": "Amboss (Stufe 0)",
"emi.category.bclib.anvil_1": "Amboss (Stufe I)",
"emi.category.bclib.anvil_2": "Amboss (Stufe II)",
"emi.category.bclib.anvil_3": "Amboss (Stufe III)",
"emi.category.bclib.anvil_4": "Amboss (Stufe IV)",
"emi.category.bclib.anvil_5": "Amboss (Stufe V)",
"tag.c.wooden_barrels": "Hölzerne Fässer Barrels",
"tag.c.workbench": "Werkbänke",
"tag.c.furnaces": "Brennöfen",
"tag.c.saplings": "Setzlinge",
"tag.c.hammers": "Hämmer",
"tag.c.leaves": "Blätter",
"tag.c.soul_ground": "Seelenböden"
}

View file

@ -83,12 +83,19 @@
"title.config.bclib.client.ui.forceBetterXPreset": "Use BetterX as Default World-Type",
"warning.config.bclib.client.ui.forceBetterXPreset": "MOST LIKELY YOU WILL WANT TO KEEP THIS OPTION ENABLED.\n",
"description.config.bclib.client.ui.forceBetterXPreset": "The world type determines how a world is generated. In most cases, BetterX should be kept as the default (you can change the type at any time in the world creation screen). This type is optimized for maximum compatibility between DataPacks, our mod, and other Fabric mods. It also provides some unique features for BetterNether and BetterEnd. You should only disable this option if you have a reason to do so!",
"emi.category.bclib.alloying": "End Stone Smelter",
"emi.category.bclib.anvil_0": "Anvil",
"emi.category.bclib.anvil_1": "Anvil I",
"emi.category.bclib.anvil_2": "Anvil II",
"emi.category.bclib.anvil_3": "Anvil III",
"emi.category.bclib.anvil_4": "Anvil IV",
"emi.category.bclib.anvil_5": "Anvil V",
"tag.c.barrel": "Barrels"
"emi.category.bclib.alloying": "Alloying",
"emi.category.bclib.anvil_0": "Anvil (Level 0)",
"emi.category.bclib.anvil_1": "Anvil (Level I)",
"emi.category.bclib.anvil_2": "Anvil (Level II)",
"emi.category.bclib.anvil_3": "Anvil (Level III)",
"emi.category.bclib.anvil_4": "Anvil (Level IV)",
"emi.category.bclib.anvil_5": "Anvil (Level V)",
"tag.c.barrel": "Barrels",
"tag.c.wooden_barrels": "Wooden Barrels",
"tag.c.workbench": "Crafting Tables",
"tag.c.furnaces": "Furnaces",
"tag.c.saplings": "Saplings",
"tag.c.hammers": "Hammers",
"tag.c.leaves": "Leaves",
"tag.c.soul_ground": "Soul Ground"
}