Big Iron

Results 55 comments of Big Iron

The project requires Java 21 (class file major version 65), you're using Java 23 (class file major version 67). Change your [JDK](https://adoptium.net/temurin/releases/?package=jdk) accordingly and it will build.

FIXME: deps not working outside of dev env

Closing as I plan to provide a new, up to date branch with a fixed impl of this PR.

That error comes form invoking [MinecraftServer#getRecipeManager](https://maven.fabricmc.net/docs/yarn-1.21.4+build.8/net/minecraft/server/MinecraftServer.html#getRecipeManager()). The missing tag resolution message is set in [DefaultTagCategory](https://github.com/shedaniel/RoughlyEnoughItems/blob/16.x-1.21/default-plugin/src/main/java/me/shedaniel/rei/plugin/client/categories/tag/DefaultTagCategory.java#L123). I suspect the cause to be either in [RecipeManagerContextImpl](https://github.com/shedaniel/RoughlyEnoughItems/blob/16.x-1.21/runtime/src/main/java/me/shedaniel/rei/impl/common/registry/RecipeManagerContextImpl.java) or deeper in [InstanceHelper](https://github.com/shedaniel/RoughlyEnoughItems/blob/16.x-1.21/runtime/src/main/java/me/shedaniel/rei/impl/common/util/InstanceHelper.java#L76), but I...

Care to elaborate? Because this really makes no sense.

@Wanderx13 amazing attempt at spreading malware, kindly get lost

How are we supposed to show the predicted trajectory for a bow that is not charged? 😐

Can't reproduce, also stale and OP account was deleted.

Possible PR blocker. While this worked fine on my Windows machine, it causes a crash on my Linux one. A double free in `meteordevelopment.meteorclient.gui.renderer.packer.TexturePacker.Image#free` seems to trigger when trying to...

This should fix all the previous issues, more testing is appreciated.