Toggle navigation
Applied Energistics 2
FAQ
Issue / Feature Tracker
Downloads
For Minecraft 1.17 and newer, head to
the new website
Bug: #0195 - IItemList<IAEFluidStack> with size "1" doesnt contain anything
M3gaFr3ak
Type: Member
Joined: 10/03/2013
Tracker ID:
#0195
Type:
Bug
MC Version:
1.7.2
AE Version:
rv0-alpha-59
Created:
2014-03-15 10:30 CDT
Message:
I have an IItemList<IAEFluidStack> and using list.size() on it returns 1. But when i loop through it with for (IAEFluidStack stack : fluidStackList) it doesnt call stuff in the loop as if there was nothing inside!
Comment
M3gaFr3ak
Type: Member
Joined: 10/03/2013
Posted:
2014-03-15 10:31 CDT
Comment:
i have trhe list from the fluid monitor. (it's when i dont have fluids in network, if there are fluids in network everything is fine)
Comment
AlgorithmX2
Type: Admin
Joined: 12/31/2012
Posted:
2014-03-15 11:09 CDT
Comment:
IItemList doesn't iterate unmeaningful data, have stack sizes or use another storage method.
Back to List