AE2-UEL / Applied-Energistics-2

AE2UEL, a Fork of a Minecraft Mod about Matter, Energy and using them to conquer the world.
https://legacy.curseforge.com/minecraft/mc-mods/ae2-extended-life
Other
74 stars 71 forks source link

Prevent overflown items from going into ME interfaces if not marked #497

Closed ChromaPIE closed 1 day ago

ChromaPIE commented 1 day ago

EDIT: It actually has a limit that is 512. my bad. Now the problem is that things are overflowing to the rest of the slots. Is it always a thing? Is it a good idea to keep away items from going into the empty, unfiltered slots if the network is full?

Using build 4528738 When the network is full, items transferred into the ME interface go into its internal item buffer, but there's no limit on the stack size.

ChromaPIE commented 1 day ago

nvm that's actually not a big deal