Skip to content

Commit 249db37

Browse files
committed
修复错误的神秘能源终端中的正在合成标识
1 parent 8810dc3 commit 249db37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/circulation/random_complement/mixin/thaumicenergistics/MixinGuiArcaneTerminal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ private void drawPin(float f, int x, int y, CallbackInfo ci) {
106106
: (randomComplement$textureIndex - 3) * 18;
107107

108108
this.drawTexturedModalRect(
109-
this.getGuiLeft() + 8,
109+
this.getGuiLeft() + 7,
110110
this.getGuiTop() + 17 + 18 * i,
111111
0,
112112
yOffset,

0 commit comments

Comments
 (0)