Ryan Liptak
Ryan Liptak
Unless I'm misunderstanding (which is very possible), I think if you make your custom `icons.png` 192x192 it might work.
Please provide the crash log.
This is because `std.tar` continues after the error when `diagnostics` is set: https://github.com/ziglang/zig/blob/518105471e145c90809fb2f5baa53cd08bde31aa/lib/std/tar.zig#L657-L666 while `std.zip` just uses `try` directly: https://github.com/ziglang/zig/blob/518105471e145c90809fb2f5baa53cd08bde31aa/lib/std/zip.zig#L539-L548 So one possible fix would be to add a `unable_to_create_file`...
A simple backwards compatible solution would be to pass a second parameter to the callback that contains the integer representation.
> It seems like relaxing them all to accept either an integer or a string could be done in a backwards-compatible way I'm not sure I understand what you're proposing....
What mod loader? What version of JEI? If it's the same problem as https://github.com/squeek502/AppleSkin/issues/314, then updating your JEI might fix it.
Found the cause, not yet sure how to fix it. Details are here: https://github.com/mezz/JustEnoughItems/issues/3626#issuecomment-2444627688
Should be fixed in AppleSkin v3.0.6 for 1.21/1.21.1 Note: This will currently still be broken in the 1.21.3 version, will need to release an AppleSkin update for that once JEI...
Didn't realize those JEI changes got backported to 1.20.1. Will look into releasing a 1.20.1 version with a fix.
I'm no longer updating this mod so if this is a bug then it's unlikely to be fixed. However, some stuff you might want to try: - if you're playing...