modmuss

Results 504 comments of modmuss

The 25w36a changes necessitates breaking changes to these mouse events, I am going to include the changes in this PR into the 25w36a port so we dont need to juggle...

Superseeded by: https://github.com/FabricMC/fabric/commit/c8811bddbb6e679bc510a3fdf501fbfce94fb824 Thanks for the PR.

This server installer UI has been depercated for years and should honestly be removed, Im not sure its worth developing it further.

It was replaced years ago by the executable server jar from https://fabricmc.net/use/server/ There is a big warnings on this screen pointing users towards the website. There should be little to...

Please add a tests for this, fine if its something simple such as a long line or maybe place a block somewhere.

Hi, can you run with --stacktrace please? It may also be worth trying the latest version of loom (1.7.1)

> java.lang.NoSuchMethodError: 'int org.objectweb.asm.Type.getArgumentCount(java.lang.String)' This is likely caused by one of your other gradle plugins, or an incorrect setup of the plugins in a multi project build. Please make sure...

Humm, odd, can you run with `--info` and look for a log line starting with `(org.objectweb.asm.ClassVisitor) with version (9.6) was loaded from` It will then give you a path saying...

Thats annoying, this is Gradle at its finest, its likely caused by one of your other plugins, make sure they are all up to date. Do make sure that ALL...

Hi, I'm not sure this is possible as we currently dyanmicaly assign the page, row and column here: https://github.com/FabricMC/fabric/blob/1.21.4/fabric-item-group-api-v1/src/main/java/net/fabricmc/fabric/mixin/itemgroup/ItemGroupsMixin.java#L101-L102 Im not sure how this could ever work alongside other mods.