Skip to content

Commit ef3086f

Browse files
committed
Fix modules stacking in automoton program slots
1 parent d47dafd commit ef3086f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/automotons/screens/AutomotonScreenHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public boolean canInsert(ItemStack stack){
5858
return super.canInsert(stack) && stack.getItem() instanceof ModuleItem;
5959
}
6060

61-
public int getMaxStackAmount() {
61+
public int getMaxItemCount() {
6262
return 1;
6363
}
6464
});

0 commit comments

Comments
 (0)