Juuz

Results 108 comments of Juuz

Merged manually, thanks for the PR! Sorry for the wait 😅

Could you share the full game log from `.minecraft/logs/latest.log` (right after the game has crashed of course) on a paste site like [Pastebin](https://pastebin.com) or [Gist](https://gist.github.com)?

This seems to be related to Sodium as `performBiomeParticleDisplayTick` is from there. I need to investigate why Sodium causes this.

@RealmyKitty When reporting a crash, **please post the crash report and game log**. There's nothing I can do to fix bugs without them. (Also this is unrelated so it'd be...

Not really a bug per se - Adorn just doesn't have support for showing brewer recipes in JEI. I'll probably add it though since it should be pretty simple. For...

This might be a mod compat bug with Sodium and/or Dashloader (I'm suspecting the latter). Note that I'm dropping support for Adorn's 1.17 versions soon as that MC release is...

Disabling recipes in config isn't that easy since they're disabled in data packs, so there's really no practical way for me to add this.

Actually, this can be done via LibCD.

Thanks for reporting that, the culprit is this check from the 1.14 era: https://github.com/Juuxel/Adorn/blob/2aaf03632b5b1679a8b6f0dce76e658ab107856e/common/src/main/kotlin/juuxel/adorn/block/ChairBlock.kt#L51 It's probably copied from vanilla code from that time so it needs fixing for current MC...

Hmm, I haven't seen this before. Have you got Optifine installed? Also, does it happen without the custom resource pack?