-
Im currenyly having an issue that Mixin overwrites my changes that i made using ASM
This its my injectIntoClassLoader method inside the Iweaker i have
```java
@Override
public void injec…
-
Basically I have a IClassTransformer that manages a bunch of my own sub transformers (I call them editors) (see https://i.imgur.com/wSHOJNK.png). Anyway I have a IFMLLoadingPlugin and I make getASMTra…
ghost updated
7 years ago
-
Currently, MixinPlatformManager first calls its `scanClasspath` when triggered by `MixinTweaker`'s `injectIntoClassLoader` method (from `ITweaker`). This is normally fine, but creates a problem when t…
-
There doesn't appear to be a way to specify the side when using a custom tweaker.
After a bit of poking around I found that it appears to be hard coded to work with Forge and LiteLoader.
https:…
-
Hey! I'd like to load a tweaker in its own class loader (separate from the game code), but that doesn't seem to be possible with the current code.
I don't think there should be any changes to ITwea…
-
I'm using Gradle, and not using the default MixinTweaker class. I'm using a custom tweaker class to initialize Mixin.
I keep getting these unsupported class version errors, while I am using JavaVersi…
-
I can't make it to the main game menu with Davincis Vessels 1.12-4.334 and MovingWorld 1.12-4.340.
I get the following error: Forge Mod loader has found a problem with your minecraft installation. …
-
I opened a dialog with @skyboy, the dev for CoFH Core regarding a recent incompatibility with his product and Mixin, here's what I got in a response.
Dockter: skyboy, why you break my mixin's again w…
-
Issue: moving world 1.8-alpha-3.2 on a dedicated server thinks there are duplicates when there are no duplicates
crash report:
https://gist.github.com/73873a7af82362f2940e
fml server latest:
https:/…
-
MixinTweaker only supports the post-MC 1.8 FML CoreModManager (net.minecraftforge.fml namespace), whereas other parts of the mixin codebase support the cpw.mods.fml namespace used by FML before MC 1.8…