Skip to content

Commit acfd69d

Browse files
committed
Remove unnecessary setters
1 parent 9cfd168 commit acfd69d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/main/java/gregtech/common/metatileentities/electric/MetaTileEntityItemCollector.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,6 @@ public boolean autoOutputs() {
332332
.child(new Grid()
333333
.alignX(0.5f)
334334
.height(rowSize * 18)
335-
.minElementMargin(0, 0)
336-
.minColWidth(18).minRowHeight(18)
337335
.mapTo(rowSize, rowSize * rowSize, index -> new ItemSlot()
338336
.slot(SyncHandlers.itemSlot(exportItems, index)
339337
.accessibility(false, true))))

src/main/java/gregtech/common/metatileentities/multi/multiblockpart/MetaTileEntityDataAccessHatch.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ public boolean shouldOpenUI() {
166166
.coverChildrenHeight()
167167
.child(new Grid()
168168
.height(rowSize * 18)
169-
.minElementMargin(0, 0)
170-
.minColWidth(18).minRowHeight(18)
171169
.alignX(0.5f)
172170
.mapTo(rowSize, rowSize * rowSize, index -> new ItemSlot()
173171
.slot(SyncHandlers.itemSlot(importItems, index)

0 commit comments

Comments
 (0)