-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
First, this obfuscated check is not needed in Cleanroom, it should be 26 in both dev and prod
Second, HashMap.computeIfAbsent() from here throws ConcurrentModificationException if called recursively in newer java, it should be changed to a manual null check
I could patch all of them by Mixin or ASM, but it's a bad idea to patch mods that still maintaining
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working