Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3 build faills with error: Can only iterate over an array or an instance of java.lang.Iterable

Closed this issue ยท 2 comments

commented

Can only iterate over an array or an instance of java.lang.Iterable
/bassebombecraft-1.8/src/main/java/bassebombecraft/projectile/action/DigMobHole.java

commented

Solution: Refactor to use stream.forEach(...)

commented

Closed with commit d14f15a.