Skip to content

Commit 2a0041d

Browse files
committed
fix hpca componant grid size
1 parent 9d7358b commit 2a0041d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gregtech/common/metatileentities/multi/electric/MetaTileEntityHPCA.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ protected MultiblockUIFactory createUIFactory() {
370370
.mapTo(3, 9, value -> new DynamicDrawable(() -> hpcaHandler.getComponentTexture2(value))
371371
.asWidget()
372372
// could add tooltips here showing the name of the component
373-
.size(18))));
373+
.size(14))));
374374
}
375375

376376
@Override

0 commit comments

Comments
 (0)