modmuss
modmuss
> Does it bundle Fabric's libraries? No, it doesnt. Would it help if there was a command line argument to download the libraries and then exit? The biggest struggle with...
Decided to leave this be for a bit, mostly as it will prevent being able to install a server with any version of fabric-loader before 0.12
Looks like an easy fix, I have opened a PR.
Going to reopen this as its not much use as the log output/status code is not forwarded from the jvm.
I dont think this is something that really needs to be fixed imo. The windows exe version is mostly targeted towards normal players wanting to install. Using the jar when...
Can you try the fully qualified name for this method? `net/minecraft/client/sound/SoundEngine$SourceSet.createSource()Lnet/minecraft/client/sound/Source;`
Humm, odd. I will take a look at this in more detail hopefully this evening.
After playing around with this, it seems mixin is just very picky about how this redirect should be defined: ```java @Redirect(method = "createSource()Lnet/minecraft/client/sound/Source;", at = @At(remap = false, value="INVOKE", target...
> lowkey wondering what's the hold-up here Sorry, this needs manually testing IMO to make sure its the correct change. As its for an older minecraft version its lower on...
Oh wow, sorry I didnt notice this issue. Some of this stuff looks really good. When I have some more time I will take a look.