iChunUtil

iChunUtil

80M Downloads

iChunUtil edits recipes in a non-main thread, causing IC2 to have a ConcurrentModificationException

Gaelan opened this issue · 4 comments

commented

Side note: it's a bit weird that iChunUtil needs to be on the client and server, even if the only iC mod in the pack is GooglyEyes, because iCUtil itself adds the compacted porkchop.

commented
commented

This can be solved by using Minecraft.getMinecraft().addScheduledTask(Callable<V>), where the Callable is an Object (or a Lambda Expression) of what you want to do. (i. e. The registration of your Recipe)

commented

Fixed. Will be out in 6.2.1 - 70b5051