From c86096f8d4a55077eb2bb5c4204efad24814ea1d Mon Sep 17 00:00:00 2001 From: Pelotrio <45769595+Pelotrio@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:25:32 +0100 Subject: Fix asymmetry in the qft multiblock (#802) --- .../production/GregtechMetaTileEntity_QuantumForceTransformer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_QuantumForceTransformer.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_QuantumForceTransformer.java index 9a80558e7e..ad657aa27b 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_QuantumForceTransformer.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_QuantumForceTransformer.java @@ -165,13 +165,13 @@ public class GregtechMetaTileEntity_QuantumForceTransformer { " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " BAAAB ", - " AA AA ", " AA AA ", "BAA AB", "B B", + " AA AA ", " AA AA ", "BAA AAB", "B B", "A A", "A A", "A A", "A A", "A A" }, { " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " BAB ", - " AA AA ", " AA AA ", " BA AB ", " B B ", + " AA AA ", " AA AA ", " BAA AAB ", " B B ", " A A ", " A A ", " ", " ", " " }, { " ", " ", " ", " ", -- cgit