Henry Loenwind
Henry Loenwind
Nope. I had a quick look over the mod list, but nothing I recognize there looks like it needs to do it.
I'd need to read the java specs, but that sounds like a bug in HashSet to me, what do you think? Update: The javadoc is quite clear here:: ``` boolean...
Update: Here's the source of the bug: http://openjdk.java.net/jeps/180
I'm reasonably sure that would fix this issue, but would it break the logic that uses the comparability?
The `Comparable` is used in the `pendingTickListEntriesTreeSet` to fetch the elements in order of their scheduled time. Yeah, looks like an identity check won't do any harm---all comparisons there are...
The "deobf." one is the one that setupDecompWorkspace creates. You need to run it again every time a "deobfCompile" dependency changes.
yes, it is. For one, that "final" on those methods doesn't mean we cannot add a new "handleMigrateNbt()" call to the read methods (I put the final there to help...
This has been put into Ender IO during porting to 1.8.9 and is in use there.
@CrazyPants Any idea here? I could look at this earliest Monday or Tuesday.
are you in a dev env with endercore in the run/mods folder? If so, remove that "-DFORGE_FORCE_FRAME_RECALC=true" parameter Forge adds.