AtomicStryker

Results 34 comments of AtomicStryker

Hmm thats a vanilla class complaining about an entity compound tag it cant map. Are you sure Infernal Mobs is causing this? Or did you remove a mod that had...

No, i don't think so. Never heard of white screen crashes. And that message informs about something that wasn't done, so i dont think the fault is right there.. If...

Sure, why not. https://github.com/AtomicStryker/atomicstrykers-minecraft-mods/commit/9b6dcbea0365e988b51c2aef36feaed552d3f0b9 Infernal Mobs 1.19.2.2 - creative players are no longer targeted by infernal effects

Yes, the packet handling was not thread safe and could have resulted in this. https://github.com/AtomicStryker/atomicstrykers-minecraft-mods/commit/7e44892e308346d1c5242ba399c6484c409af282 Should fix it. I played a couple of minutes solo and on a local server...

Wasnt the config implementaton "one in X" - if you dont want to see higher tiers, you need to set the values HIGH, not low. You can force high percentages...

Yes but effectively "one in a million" is the same as "never" to me, and good enough. It is possible we are misunderstanding each other, so i will give examples:...

This is a huge, wall-of-text wishlist. To put it short, unless i have vacation and get incredibly bored and have literally nothing better to do (and my gaming backlog is...

No clue. You don't even have any light on you. Sorry, but i dont support such old versions anymore.

Ok so as far i remember Dynamic Lights uses ASM to override the following line in World.computeLightValue: int blockLight = block.getLightValue(xxx); -> int blockLight = DynamicLights.getLightValue(xxx). Dynamic Lights internally uses...

I have now checked out your repo and you completely replace computeLightValue in your ASM. It appears if this is to be fixed, it has to be done from your...