Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/generated/resources/assets/create/lang/en_ud.json
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,8 @@
"create.gui.schematicannon.showOptions": "sbuıʇʇǝS ɹǝʇuıɹԀ ʍoɥS",
"create.gui.schematicannon.slot.gunpowder": "uouuɐɔ ǝɥʇ ןǝnɟ oʇ ɹǝpʍodunb ppⱯ",
"create.gui.schematicannon.slot.listPrinter": "ɔıʇɐɯǝɥɔS ɹnoʎ ɹoɟ ʇsıןʞɔǝɥƆ ɐ ʇuıɹd oʇ ǝɹǝɥ ʞooᗺ ɹo pɹɐoqdıןƆ ɐ ǝɔɐןԀ",
"create.gui.schematicannon.slot.schematic": "˙uoıʇɐɔoן ɔıɟıɔǝds ɐ ʇɐ pǝʎoןdǝp sı ʇı ǝɹns ǝʞɐW ˙ǝɹǝɥ ɔıʇɐɯǝɥɔS ɹnoʎ ppⱯ",
"create.gui.schematicannon.slot.schematicDisabled": "˙ʇoןs ɹǝɥʇo ǝɥʇ uo ɔıʇɐɯǝɥɔS ǝɥʇ ǝʌoɯǝᴚ ˙ɔıʇɐɯǝɥɔS ǝuo ʎןuo pןoɥ uɐɔ uouuɐɔ ǝɥ⟘",
"create.gui.schematicannon.slot.schematicEnabled": "˙uoıʇɐɔoן ɔıɟıɔǝds ɐ ʇɐ pǝʎoןdǝp sı ʇı ǝɹns ǝʞɐW ˙ǝɹǝɥ ɔıʇɐɯǝɥɔS ɹnoʎ ppⱯ",
"create.gui.schematicannon.title": "uouuɐɔıʇɐɯǝɥɔS",
"create.gui.scrollInput.defaultTitle": ":uoıʇdO uɐ ǝsooɥƆ",
"create.gui.scrollInput.scrollToAdjustAmount": "ʇunoɯⱯ ʇsnظpⱯ oʇ ןןoɹɔS",
Expand Down
3 changes: 2 additions & 1 deletion src/generated/resources/assets/create/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,8 @@
"create.gui.schematicannon.showOptions": "Show Printer Settings",
"create.gui.schematicannon.slot.gunpowder": "Add gunpowder to fuel the cannon",
"create.gui.schematicannon.slot.listPrinter": "Place a Clipboard or Book here to print a Checklist for your Schematic",
"create.gui.schematicannon.slot.schematic": "Add your Schematic here. Make sure it is deployed at a specific location.",
"create.gui.schematicannon.slot.schematicDisabled": "The cannon can hold only one Schematic. Remove the Schematic on the other slot.",
"create.gui.schematicannon.slot.schematicEnabled": "Add your Schematic here. Make sure it is deployed at a specific location.",
"create.gui.schematicannon.title": "Schematicannon",
"create.gui.scrollInput.defaultTitle": "Choose an Option:",
"create.gui.scrollInput.scrollToAdjustAmount": "Scroll to Adjust Amount",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,8 @@ protected void initializePrinter(ItemStack blueprint) {
if (!blueprint.hasTag()) {
state = State.STOPPED;
statusMsg = "schematicInvalid";
inventory.setStackInSlot(1, inventory.getStackInSlot(0).copy());
inventory.setStackInSlot(0, ItemStack.EMPTY);
sendUpdate = true;
return;
}
Expand All @@ -445,6 +447,8 @@ protected void initializePrinter(ItemStack blueprint) {
.getBoolean("Deployed")) {
state = State.STOPPED;
statusMsg = "schematicNotPlaced";
inventory.setStackInSlot(1, inventory.getStackInSlot(0).copy());
inventory.setStackInSlot(0, ItemStack.EMPTY);
sendUpdate = true;
return;
}
Expand All @@ -455,8 +459,8 @@ protected void initializePrinter(ItemStack blueprint) {
if (printer.isErrored()) {
state = State.STOPPED;
statusMsg = "schematicErrored";
inventory.setStackInSlot(0, ItemStack.EMPTY);
inventory.setStackInSlot(1, new ItemStack(AllItems.EMPTY_SCHEMATIC.get()));
inventory.setStackInSlot(0, ItemStack.EMPTY);
printer.resetSchematic();
sendUpdate = true;
return;
Expand All @@ -465,8 +469,8 @@ protected void initializePrinter(ItemStack blueprint) {
if (printer.isWorldEmpty()) {
state = State.STOPPED;
statusMsg = "schematicExpired";
inventory.setStackInSlot(0, ItemStack.EMPTY);
inventory.setStackInSlot(1, new ItemStack(AllItems.EMPTY_SCHEMATIC.get()));
inventory.setStackInSlot(0, ItemStack.EMPTY);
printer.resetSchematic();
sendUpdate = true;
return;
Expand All @@ -476,6 +480,8 @@ protected void initializePrinter(ItemStack blueprint) {
.closerThan(getBlockPos(), MAX_ANCHOR_DISTANCE)) {
state = State.STOPPED;
statusMsg = "targetOutsideRange";
inventory.setStackInSlot(1, inventory.getStackInSlot(0).copy());
inventory.setStackInSlot(0, ItemStack.EMPTY);
printer.resetSchematic();
sendUpdate = true;
return;
Expand Down Expand Up @@ -568,9 +574,8 @@ protected boolean grabItemsFromAttachedInventories(ItemRequirement.StackRequirem
public void finishedPrinting() {
if (replaceMode == ConfigureSchematicannonPacket.Option.REPLACE_EMPTY.ordinal())
printer.sendBlockUpdates(level);
inventory.setStackInSlot(1, new ItemStack(AllItems.EMPTY_SCHEMATIC.get()));
inventory.setStackInSlot(0, ItemStack.EMPTY);
inventory.setStackInSlot(1, new ItemStack(AllItems.EMPTY_SCHEMATIC.get(), inventory.getStackInSlot(1)
.getCount() + 1));
state = State.STOPPED;
statusMsg = "finished";
resetPrinter();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protected void onContentsChanged(int slot) {
public boolean isItemValid(int slot, ItemStack stack) {
switch (slot) {
case 0: // Blueprint Slot
return AllItems.SCHEMATIC.isIn(stack);
return getStackInSlot(1).isEmpty() && AllItems.SCHEMATIC.isIn(stack);
case 1: // Blueprint output
return false;
case 2: // Book input
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ public class SchematicannonScreen extends AbstractSimiContainerScreen<Schematica

private final String _slotGunpowder = "gui.schematicannon.slot.gunpowder";
private final String _slotListPrinter = "gui.schematicannon.slot.listPrinter";
private final String _slotSchematic = "gui.schematicannon.slot.schematic";
private final String _slotSchematicEnabled = "gui.schematicannon.slot.schematicEnabled";
private final String _slotSchematicDisabled = "gui.schematicannon.slot.schematicDisabled";

private final Component optionEnabled = CreateLang.translateDirect("gui.schematicannon.optionEnabled");
private final Component optionDisabled = CreateLang.translateDirect("gui.schematicannon.optionDisabled");
Expand Down Expand Up @@ -357,10 +358,12 @@ protected void renderForeground(GuiGraphics graphics, int mouseX, int mouseY, fl
}

if (hoveredSlot != null && !hoveredSlot.hasItem()) {
if (hoveredSlot.index == 0)
if (hoveredSlot.index == 0) {
boolean enabled = be.inventory.getStackInSlot(1).isEmpty();
graphics.renderComponentTooltip(font,
TooltipHelper.cutTextComponent(CreateLang.translateDirect(_slotSchematic), Palette.GRAY_AND_BLUE), mouseX,
mouseY);
TooltipHelper.cutTextComponent(CreateLang.translateDirect(enabled ? _slotSchematicEnabled :_slotSchematicDisabled),
Palette.GRAY_AND_BLUE), mouseX, mouseY);
}
if (hoveredSlot.index == 2)
graphics.renderComponentTooltip(font,
TooltipHelper.cutTextComponent(CreateLang.translateDirect(_slotListPrinter), Palette.GRAY_AND_BLUE),
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/assets/create/lang/be_by.json
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@
"create.gui.schematicannon.showOptions": "Паказаць налады друку",
"create.gui.schematicannon.slot.gunpowder": "Дадайце порах, каб набіць гармату",
"create.gui.schematicannon.slot.listPrinter": "Памясціце сюды планшэт ці кнігу, каб надрукаваць спіс матэрыялаў для схэматыкі",
"create.gui.schematicannon.slot.schematic": "Пакладзіце сюды Вашу схэматыку. Пераканайцеся, што яна размешчана ў правільным месцы.",
"create.gui.schematicannon.slot.schematicEnabled": "Пакладзіце сюды Вашу схэматыку. Пераканайцеся, што яна размешчана ў правільным месцы.",
"create.gui.schematicannon.title": "Схэматыгармата",
"create.gui.scrollInput.defaultTitle": "Абярыце варыянт:",
"create.gui.scrollInput.scrollToAdjustAmount": "Пракруціце, каб наладзіць колькасць",
Expand Down Expand Up @@ -2970,4 +2970,4 @@
"item.create.zinc_nugget": "Кавалак цынку",
"itemGroup.create.base": "Create",
"itemGroup.create.palettes": "Будаўнічыя блокі Create'а"
}
}
4 changes: 2 additions & 2 deletions src/main/resources/assets/create/lang/bel_tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@
"create.gui.schematicannon.showOptions": "Паказаць налады будаўніцтва",
"create.gui.schematicannon.slot.gunpowder": "Дадайце порах каб набіць гармату",
"create.gui.schematicannon.slot.listPrinter": "Памясьціце сюды пляншэт ці кнігу, каб надрукаваць сьпіс матар'ялаў для схэматыкі",
"create.gui.schematicannon.slot.schematic": "Дадайце сюды схэматыку. Пераканайцеся, што яна разьмешчана ў патрэбным месцы.",
"create.gui.schematicannon.slot.schematicEnabled": "Дадайце сюды схэматыку. Пераканайцеся, што яна разьмешчана ў патрэбным месцы.",
"create.gui.schematicannon.title": "Схэматыгармата",
"create.gui.scrollInput.defaultTitle": "Абярыце варыянт:",
"create.gui.scrollInput.scrollToAdjustAmount": "Пракруціце каб наладзіць колькасьць",
Expand Down Expand Up @@ -3356,4 +3356,4 @@
"item.create.zinc_nugget": "Кавалак цынку",
"itemGroup.create.base": "Create",
"itemGroup.create.palettes": "Будаўнічыя блёкі Create'а"
}
}
4 changes: 2 additions & 2 deletions src/main/resources/assets/create/lang/cs_cz.json
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@
"create.gui.schematicannon.showOptions": "Zobrazit nastavení tiskárny",
"create.gui.schematicannon.slot.gunpowder": "Přidejte do děla střelný prach",
"create.gui.schematicannon.slot.listPrinter": "Umístěte zde psací podložku nebo knihu k vytisknutí kontrolního seznamu vašich schémat",
"create.gui.schematicannon.slot.schematic": "Sem přidejte své schéma. Ujistěte se, že je nastaveno na konkrétním místě.",
"create.gui.schematicannon.slot.schematicEnabled": "Sem přidejte své schéma. Ujistěte se, že je nastaveno na konkrétním místě.",
"create.gui.schematicannon.title": "Schématikanón",
"create.gui.scrollInput.defaultTitle": "Vyber možnost:",
"create.gui.scrollInput.scrollToAdjustAmount": "Posouváním kolečkem nastavíte množství",
Expand Down Expand Up @@ -3359,4 +3359,4 @@
"item.create.zinc_nugget": "Zinkový nuget",
"itemGroup.create.base": "Create",
"itemGroup.create.palettes": "Stavební bloky v Create"
}
}
4 changes: 2 additions & 2 deletions src/main/resources/assets/create/lang/da_dk.json
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@
"create.gui.schematicannon.showOptions": "Vis printerindstillinger",
"create.gui.schematicannon.slot.gunpowder": "Tilføj krudt til brændstof kanonen",
"create.gui.schematicannon.slot.listPrinter": "Placer en udklipsholder eller book her for at udskrive en tjekliste til din Skematisk",
"create.gui.schematicannon.slot.schematic": "Tilføj din Schematic her. Sørg for at den er implementeret på en bestemt placering.",
"create.gui.schematicannon.slot.schematicEnabled": "Tilføj din Schematic her. Sørg for at den er implementeret på en bestemt placering.",
"create.gui.schematicannon.title": "Skematikanon",
"create.gui.scrollInput.defaultTitle": "Vælg en indstilling:",
"create.gui.scrollInput.scrollToAdjustAmount": "Rul for at justere mængde",
Expand Down Expand Up @@ -3335,4 +3335,4 @@
"item.create.zinc_nugget": "Zinkklump",
"itemGroup.create.base": "Create",
"itemGroup.create.palettes": "Creates byggeblokke"
}
}
4 changes: 2 additions & 2 deletions src/main/resources/assets/create/lang/de_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@
"create.gui.schematicannon.showOptions": "Zeige Drucker Einstellungen",
"create.gui.schematicannon.slot.gunpowder": "Füge Schwarzpulver hinzu um die Kanone zu betreiben",
"create.gui.schematicannon.slot.listPrinter": "Platzieren Sie ein Klemmbrett oder Buch hier, um eine Checkliste für Ihr Schema auszudrucken",
"create.gui.schematicannon.slot.schematic": "Füge Bauplan hier hinzu. Stelle sicher dass er an einer spezifischen Position bereitgestellt wird.",
"create.gui.schematicannon.slot.schematicEnabled": "Füge Bauplan hier hinzu. Stelle sicher dass er an einer spezifischen Position bereitgestellt wird.",
"create.gui.schematicannon.title": "Bauplankanone",
"create.gui.scrollInput.defaultTitle": "Wähle eine Option:",
"create.gui.scrollInput.scrollToAdjustAmount": "Mausrad um Betrag anzupassen",
Expand Down Expand Up @@ -3359,4 +3359,4 @@
"item.create.zinc_nugget": "Zinkklumpen",
"itemGroup.create.base": "Create",
"itemGroup.create.palettes": "Create Paletten"
}
}
3 changes: 2 additions & 1 deletion src/main/resources/assets/create/lang/default/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,8 @@

"create.gui.schematicannon.slot.gunpowder": "Add gunpowder to fuel the cannon",
"create.gui.schematicannon.slot.listPrinter": "Place a Clipboard or Book here to print a Checklist for your Schematic",
"create.gui.schematicannon.slot.schematic": "Add your Schematic here. Make sure it is deployed at a specific location.",
"create.gui.schematicannon.slot.schematicDisabled": "The cannon can hold only one Schematic. Remove the Schematic on the other slot.",
"create.gui.schematicannon.slot.schematicEnabled": "Add your Schematic here. Make sure it is deployed at a specific location.",

"create.gui.schematicannon.option.skipMissing.description": "If the cannon cannot find a required Block for placement, it will continue at the next Location.",
"create.gui.schematicannon.option.skipBlockEntities.description": "The cannon will avoid replacing data holding blocks such as Chests.",
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/assets/create/lang/en_gb.json
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@
"create.gui.schematicannon.showOptions": "Show Printer Settings",
"create.gui.schematicannon.slot.gunpowder": "Add gunpowder to fuel the cannon",
"create.gui.schematicannon.slot.listPrinter": "Place a Clipboard or Book here to print a Checklist for your Schematic",
"create.gui.schematicannon.slot.schematic": "Add your Schematic here. Make sure it is deployed at a specific location.",
"create.gui.schematicannon.slot.schematicEnabled": "Add your Schematic here. Make sure it is deployed at a specific location.",
"create.gui.schematicannon.title": "Schematicannon",
"create.gui.scrollInput.defaultTitle": "Choose an Option:",
"create.gui.scrollInput.scrollToAdjustAmount": "Scroll to Adjust Amount",
Expand Down Expand Up @@ -3359,4 +3359,4 @@
"item.create.zinc_nugget": "Zinc Nugget",
"itemGroup.create.base": "Create",
"itemGroup.create.palettes": "Create's Building Blocks"
}
}
4 changes: 2 additions & 2 deletions src/main/resources/assets/create/lang/es_cl.json
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@
"create.gui.schematicannon.shotsRemainingWithBackup": "Con respaldo: %1$s",
"create.gui.schematicannon.showOptions": "Mostrar Configuraciones de la Impresora",
"create.gui.schematicannon.slot.gunpowder": "Añade pólvora para alimentar el cañon",
"create.gui.schematicannon.slot.schematic": "Pon tu Esquema aquí. Asegurate de haberlo desplegado en la ubicación deseada.",
"create.gui.schematicannon.slot.schematicEnabled": "Pon tu Esquema aquí. Asegurate de haberlo desplegado en la ubicación deseada.",
"create.gui.schematicannon.title": "Esquemacañón",
"create.gui.scrollInput.defaultTitle": "Elije una opción:",
"create.gui.scrollInput.scrollToAdjustAmount": "Rueda para ajustar la cantidad",
Expand Down Expand Up @@ -1820,4 +1820,4 @@
"item.create.zinc_ingot": "Lingote de Zinc",
"item.create.zinc_nugget": "Nugget de Zinc",
"itemGroup.create.palettes": "Create Palettes"
}
}
4 changes: 2 additions & 2 deletions src/main/resources/assets/create/lang/es_es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@
"create.gui.schematicannon.showOptions": "Mostrar la configuración de la impresora",
"create.gui.schematicannon.slot.gunpowder": "Añade pólvora para alimentar el cañón",
"create.gui.schematicannon.slot.listPrinter": "Coloque un portapapeles o un Libro aquí para imprimir una lista de comprobación para tu esquema",
"create.gui.schematicannon.slot.schematic": "Añada su esquema aquí. Asegúrese de que se despliega en un lugar específico.",
"create.gui.schematicannon.slot.schematicEnabled": "Añada su esquema aquí. Asegúrese de que se despliega en un lugar específico.",
"create.gui.schematicannon.title": "Esquematicañón",
"create.gui.scrollInput.defaultTitle": "Seleccione una opción:",
"create.gui.scrollInput.scrollToAdjustAmount": "Usa la rueda del ratón para ajustar la cantidad",
Expand Down Expand Up @@ -3359,4 +3359,4 @@
"item.create.zinc_nugget": "Pepita de cinc",
"itemGroup.create.base": "Create",
"itemGroup.create.palettes": "Paletas"
}
}
4 changes: 2 additions & 2 deletions src/main/resources/assets/create/lang/es_mx.json
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@
"create.gui.schematicannon.showOptions": "Mostrar la configuración de la impresora",
"create.gui.schematicannon.slot.gunpowder": "Añade pólvora para alimentar el cañón",
"create.gui.schematicannon.slot.listPrinter": "Coloca un Portapapeles o Libro aqui para imprimir una lista para tu Esquema",
"create.gui.schematicannon.slot.schematic": "Añada su esquema aquí. Asegúrese de que se despliega en un lugar específico.",
"create.gui.schematicannon.slot.schematicEnabled": "Añada su esquema aquí. Asegúrese de que se despliega en un lugar específico.",
"create.gui.schematicannon.title": "Esquematicañón",
"create.gui.scrollInput.defaultTitle": "Seleccione una opción:",
"create.gui.scrollInput.scrollToAdjustAmount": "Usa la rueda del ratón para ajustar la cantidad",
Expand Down Expand Up @@ -3356,4 +3356,4 @@
"item.create.zinc_nugget": "Pepita de zinc",
"itemGroup.create.base": "Creación",
"itemGroup.create.palettes": "Create: Construcción"
}
}
4 changes: 2 additions & 2 deletions src/main/resources/assets/create/lang/fi_fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@
"create.gui.schematicannon.showOptions": "Näytä tulostimen asetukset",
"create.gui.schematicannon.slot.gunpowder": "Lisää ruuti tykin polttoaineeksi",
"create.gui.schematicannon.slot.listPrinter": "Aseta tehtävälista tai kirja tähän tulostaaksesi tehtävälistan pohjapiirrustustasi varten",
"create.gui.schematicannon.slot.schematic": "Aseta pohjapiirrustuksesi tähän. Varmista, että se on asetettu tiettyyn paikkaan.",
"create.gui.schematicannon.slot.schematicEnabled": "Aseta pohjapiirrustuksesi tähän. Varmista, että se on asetettu tiettyyn paikkaan.",
"create.gui.schematicannon.title": "Piirroskanuuna",
"create.gui.scrollInput.defaultTitle": "Valitse vaihtoehto:",
"create.gui.scrollInput.scrollToAdjustAmount": "Vieritä muuttaaksesi määrää",
Expand Down Expand Up @@ -3359,4 +3359,4 @@
"item.create.zinc_nugget": "Sinkkikimpale",
"itemGroup.create.base": "Create",
"itemGroup.create.palettes": "Createn rakennuspalikat"
}
}
4 changes: 2 additions & 2 deletions src/main/resources/assets/create/lang/fr_fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@
"create.gui.schematicannon.showOptions": "Afficher les paramètres d'impression",
"create.gui.schematicannon.slot.gunpowder": "Ajouter de la poudre à canon pour alimenter le canon",
"create.gui.schematicannon.slot.listPrinter": "Placez un presse-papier ou un livre ici pour imprimer une liste des matériaux pour votre schéma",
"create.gui.schematicannon.slot.schematic": "Ajoutez votre schéma ici. Assurez-vous qu'il est déployé à un emplacement spécifique.",
"create.gui.schematicannon.slot.schematicEnabled": "Ajoutez votre schéma ici. Assurez-vous qu'il est déployé à un emplacement spécifique.",
"create.gui.schematicannon.title": "Schémacanon",
"create.gui.scrollInput.defaultTitle": "Choisissez une option :",
"create.gui.scrollInput.scrollToAdjustAmount": "Faites défiler pour ajuster le montant",
Expand Down Expand Up @@ -3359,4 +3359,4 @@
"item.create.zinc_nugget": "Pépite de zinc",
"itemGroup.create.base": "Create",
"itemGroup.create.palettes": "Blocs de construction de Create"
}
}
4 changes: 2 additions & 2 deletions src/main/resources/assets/create/lang/hu_hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@
"create.gui.schematicannon.showOptions": "Ágyú-beállítások megjelenítése",
"create.gui.schematicannon.slot.gunpowder": "Az ágyú tüzeléséhez adj hozzá puskaport",
"create.gui.schematicannon.slot.listPrinter": "Helyezz ide egy vágólapot vagy könyvet, hogy a tervrajzod számára ellenőrzőlistát nyomtass",
"create.gui.schematicannon.slot.schematic": "Helyezd ide a tervrajzod. Győződj meg arról, hogy le legyen helyezve egy adott helyre.",
"create.gui.schematicannon.slot.schematicEnabled": "Helyezd ide a tervrajzod. Győződj meg arról, hogy le legyen helyezve egy adott helyre.",
"create.gui.schematicannon.title": "Tervrajzlöveg",
"create.gui.scrollInput.defaultTitle": "Válassz egy műveletet:",
"create.gui.scrollInput.scrollToAdjustAmount": "Görgess az érték pontosításához",
Expand Down Expand Up @@ -2782,4 +2782,4 @@
"item.create.zinc_nugget": "Cinkrög",
"itemGroup.create.base": "Create",
"itemGroup.create.palettes": "Create építőelemek"
}
}
Loading