diff options
author | Caedis <Caedis@users.noreply.github.com> | 2023-12-12 18:13:33 -0600 |
---|---|---|
committer | Jason Mitchell <mitchej+github@gmail.com> | 2023-12-12 16:18:08 -0800 |
commit | 3535f196ac42b0a00b40a125d3be7c2838b812fe (patch) | |
tree | 5453e18d6358d6bf226b23a31f78cf664db99bee | |
parent | efb6055259da3108fb7abdfb1465fcb235f43e88 (diff) | |
download | GT5-Unofficial-3535f196ac42b0a00b40a125d3be7c2838b812fe.tar.gz GT5-Unofficial-3535f196ac42b0a00b40a125d3be7c2838b812fe.tar.bz2 GT5-Unofficial-3535f196ac42b0a00b40a125d3be7c2838b812fe.zip |
Revert "Fix asymmetry in the Quantum Force Transformer (breaking) (#799)"
This reverts commit efb6055259da3108fb7abdfb1465fcb235f43e88.
-rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_QuantumForceTransformer.java | 4 |
1 files changed, 2 insertions, 2 deletions
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 fdc944205e..9e477f869d 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 @@ -164,13 +164,13 @@ public class GregtechMetaTileEntity_QuantumForceTransformer { " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " BAAAB ", - " AA AA ", " AA AA ", "BAA AAB", "B B", + " AA AA ", " AA AA ", "BAA AB", "B B", "A A", "A A", "A A", "A A", "A A" }, { " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " BAB ", - " AA AA ", " AA AA ", " BAA AAB ", " B B ", + " AA AA ", " AA AA ", " BA AB ", " B B ", " A A ", " A A ", " ", " ", " " }, { " ", " ", " ", " ", |