From 7c7a4faf529bb6cd9370518e7623d47f177604d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= Date: Sat, 15 Feb 2025 13:20:13 +0300 Subject: [PATCH] Fix AL desc Add info about multi-ampere hatches in AL --- .../machines/multi/GT_MetaTileEntity_AssemblyLine.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_AssemblyLine.java b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_AssemblyLine.java index 194212312..270538283 100644 --- a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_AssemblyLine.java +++ b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_AssemblyLine.java @@ -50,12 +50,13 @@ public String[] getDescription() { "Size: 3x(5-16)x4, variable length", "From Bottom to Top, Left to Right", "Layer 1 - Solid Steel Machine Casing, Input Bus (last is Output Bus), Solid Steel Machine Casing", - " - Casings can be replaced by Maint or Input Hatch", + " - Casings can be replaced by Maintenance or Input Hatch", "Layer 2 - Reinforced Glass, Assembling Line Casing, Reinforced Glass", "Layer 3 - Grate Machine Casing, Assembler Machine Casing, Grate Machine Casing", "Layer 4 - Empty, Solid Steel Machine Casing, Empty - Casing can be replaced by Energy Hatch", "Up to 16 repeating slices, First replaces 1 Grate with Assembly Line,", "Last has Output Bus instead of Input Bus", + "Up to 8 Basic Energy Hatches or 1 Multi-Ampere Energy Hatch (not Laser!)", "Optional - Replace 1x Grate with Data Access Hatch next to the Controller"}; } @@ -443,4 +444,4 @@ public int getDamageToComponent(ItemStack aStack) { public boolean explodesOnComponentBreak(ItemStack aStack) { return false; } -} \ No newline at end of file +}