mezz

Results 449 comments of mezz

Due to changes in the vanilla game, the recipes need to by synced from the server to the client. To do that, you need Fabric with JEI running on the...

Thanks, I have updated the descriptions on Modrinth and Curseforge now: > ### Can JEI run client-only, or with a vanilla server? > [1.21.1 or lower] Yes, with some features...

Thanks for the report! This issue comes from a mod that uses a Mixin to directly access JEI's internal code: https://github.com/Bommels05/CrafttweakerGUI/blob/0e977ee24c4f327b22c1789509f80b2c3d3f21ad/common/src/main/java/de/bommels05/ctgui/mixin/RecipesGuiMixin.java#L35-L36 I think the Mixin is breaking and causes a...

@Devilswarchild please open a new issue for the divinerpg problems, with your client logs so that people can take a look.

I created a PR to fix CraftTweakerGUI here: * https://github.com/Bommels05/CrafttweakerGUI/pull/10

Thanks for the report! Please link to the real issue on sophisticatedbackpacks' github and close this one. It will help people who search for the problem and direct them to...

Thanks for the report! Some mod is doing something weird to the anvil: `[11:01:04] [Render thread/WARN]: Ignoring ingredient that isn't on the server: 1 anvil minecraft:anvil` Please try removing mods...

Thanks for the report! In the other issue, the problem was that IC2C was responding to a hotkey that is intended for use in-game even though a GUI was open....