Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/mc1.18/fabric/dev' into mc1.18/f…
Browse files Browse the repository at this point in the history
…abric/dev
  • Loading branch information
IThundxr committed Aug 24, 2024
2 parents 643627a + aceeca8 commit 03311c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void addWidgets(WidgetHolder widgets) {

for (int i = 0; i < inputSize; i++) {
EmiIngredient stack = input.get(i);
addSlot(widgets, stack, xOff + 16 + (i % 3) * 19, yOff + 50 + (i / 3) * 19);
addSlot(widgets, stack, xOff + 16 + (i % 3) * 19, yOff + 50 - (i / 3) * 19);
}

for (int i = 0; i < outputSize; i++) {
Expand Down

0 comments on commit 03311c3

Please sign in to comment.