comp500

Results 280 comments of comp500

Closing issue: use the suggested versions of Fabric API and Indium.

Could you test this without Sodium and Indium?

Indium already works with Minecraft 1.20.5 - I've updated the Modrinth and CurseForge pages appropriately.

New game versions take a few days (sometimes a week or more) to show up in the API for some reason, this happens on almost every new version.

Yeah I'm planning to publish the installer on my own BunnyCDN repo, that won't have any ratelimits (and should be faster)

This has been known about for a while - it was caused by an oversight in updating packwiz-installer to use a newer relocated version of Apache Commons CLI, which isn't...

Implementation notes: - `CF_DIBV5` format on Windows natively supports JPEG/PNG, and is automatically backwards-compatible with older programs - X/Wayland are rather more complicated, but I think they should support passing...

Could you ask the author of EMI to add events similar to [the ones used for Fabrishot](https://github.com/comp500/ScreenshotToClipboard/blob/1.18-arch/fabric/src/main/java/link/infra/screenshotclipboard/FabrishotCompat.java) when a screenshot is taken and when the file is saved? This feature...

With macOS (and possibly Linux in the future) clipboard copying is done by adding the screenshot file to the clipboard rather than transferring it in-memory; I guess I could make...

The issue causing the crash here is actually that Campanion's [FakeWorld class](https://github.com/TerraformersMC/Campanion/blob/1.16/src/main/java/com/terraformersmc/campanion/client/renderer/item/FakeWorld.java) doesn't implement [RenderAttachedBlockView](https://github.com/FabricMC/fabric/blob/1.16/fabric-rendering-data-attachment-v1/src/main/java/net/fabricmc/fabric/api/rendering/data/v1/RenderAttachedBlockView.java) - so AE2's Crafting Cube model fails to get the metadata it needs (in [this...