[Feature] EMI Integration for Anvil- and Alloying Recipes
This commit is contained in:
parent
a4205f3440
commit
bb15db429d
13 changed files with 492 additions and 9 deletions
|
@ -82,5 +82,7 @@
|
|||
"description.config.bclib.client.ui.suppressExperimentalDialogOnLoad": "Der Warnbildschirm wird immer dann angezeigt, wenn Deine Welt nicht die Einstellungen der Vanilla-Version verwendet. Dies kann passieren, wenn Du eine Welt in einer Vorschauversion startest, aber auch wenn Du Mods verwendest, um die Welterzeugung zu verändern. Wenn diese Option aktiviert ist, wird die Warnung übersprungen, wenn Du eine bestehende Welt lädst. Sie wird weiterhin angezeigt (als Erinnerung), wenn eine neue Welt erstellt wird.",
|
||||
"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"
|
||||
"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"
|
||||
}
|
|
@ -82,5 +82,13 @@
|
|||
"description.config.bclib.client.ui.suppressExperimentalDialogOnLoad": "The warning screen appears whenever your world does not use the vanilla version settings. This can happen when you start a world in a preview version, but also when you use mods to change the world creation. If this option is enabled, the warning will be skipped when you load an existing world. It will still be displayed (as a reminder) when a new world is created.",
|
||||
"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!"
|
||||
"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"
|
||||
}
|
BIN
src/main/resources/assets/bclib/textures/gui/widgets.png
Normal file
BIN
src/main/resources/assets/bclib/textures/gui/widgets.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 217 B |
|
@ -32,6 +32,9 @@
|
|||
],
|
||||
"worlds_together": [
|
||||
"org.betterx.bclib.registry.PresetsRegistry"
|
||||
],
|
||||
"emi": [
|
||||
"org.betterx.bclib.integration.emi.EMIPlugin"
|
||||
]
|
||||
},
|
||||
"accessWidener": "bclib.accesswidener",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue