jediminer543

Results 45 comments of jediminer543

Thanks; I forgot you could just put files straight into issues (am derp) Ok, that's really odd; there are no exceptions I'll spin up a test environment and see what...

I mean vanilla furnaces would be a better test as by default config modded TE's aren't fully multithreaded as some of them get REALLY upset about being multithreaded (as they...

Ok, for a demonstation in that scenario: - Enable cheats - Fly up to the structure, look at an energy cube and run `/mcmt config temanage target whitelist`; You should...

Thanks, that'll be nice I've also found a hotspot in the code that I'll poke at and try and fix (the bulk of that parallelised tick time is being spent...

Ok, apparenly I missed this in triage, this is kinda an important thing and I should have noticed it sooner Will poke If you can try and repro with 0.17.x...

Just to add info for future me: Relevent section is: ``` java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429) at java.util.HashMap$EntryIterator.next(HashMap.java:1463) at java.util.HashMap$EntryIterator.next(HashMap.java:1461) at net.minecraft.util.ClassInheritanceMultiMap.remove(SourceFile:39) ``` This should have already been patched in a transformer,...

That's RE: world corruption bug right? If so that's very good, as I like not causing world corruption

Try again with 0.17.54; for reasons that are complicated 0.17.52 was very borked and didn't actually load properly

Hi, This is an issue in ticket manager; I'll look into patching now Also this looks like it is occuring while the mod is disabled which might be harder to...

Ok, this is chunk cache polution and IDK how the feck this is occuring Relevent trace is: ``` java.lang.ClassCastException: net.minecraft.world.chunk.ChunkPrimerWrapper cannot be cast to net.minecraft.world.chunk.Chunk at net.minecraft.world.World.func_212866_a_(World.java:145) at net.minecraft.world.World.func_175726_f(World.java:141) at...