[object Object]
[object Object]
Is there any update/progress on this? For context, I'm working on setting up a custom pack/server ([GitHub](https://github.com/HexxyCraft/modpack/tree/dev)). It's a quite technical community, so I'm expecting a fair amount of large-scale...
This error also occurs if the bot doesn't have the Manage Webhooks permission, because it always creates a webhook even if you disable the useWebhook option. (I know this is...
> Thanks for the details! The issue seems to stem from something else, though, as checking as back as v1.6.0, the `key` was never being passed through `_build_value`. We'll investigate...
Ah, #233 should fix this I think. Missed that.
I will note that I ended up switching from Dacite to Pydantic for my use case for this and other reasons, and I haven't encountered any real issues. It also...
I encountered what I think is the same issue while trying to use Ktor on Forge with Architectury, and I came up with a slightly hacky workaround that seems to...
Just to confirm, are JarJar libraries loaded onto the Boot or MC-BOOTSTRAP layer? If not, I'd think this would still be an issue in the dev environment, wouldn't it?
Generally it's been specific playerdata files rather than region files, but yeah, same idea. This is only really an issue on dedicated Minecraft hosts, where the only (scuffed) way to...
I'm not sure if this bug is still present in the 1.20.1 prereleases, though I'd guess it is.
@macks2008 Can you check if "debug media" works? Probably related: https://github.com/FallingColors/HexMod/blob/65a07575137282a14e528045de0ddd7663e6d95a/Common/src/main/java/at/petrak/hexcasting/common/items/magic/ItemCreativeUnlocker.java#L42 I don't see any usages of this variable. Guessing it got accidentally refactored into the void at some point.