tiny-remapper
tiny-remapper copied to clipboard
Tiny JAR remapping tool.
java.lang.NoClassDefFoundError: net/fabricmc/tinyremapper/IMappingProvider at me.modmuss50.optifabric.mod.OptifabricSetup.run(OptifabricSetup.java:46) at java.base/java.util.ArrayList.forEach(Unknown Source) at com.chocohead.mm.Plugin.getMixins(Plugin.java:340) at org.spongepowered.asm.mixin.transformer.PluginHandle.getMixins(PluginHandle.java:128) at org.spongepowered.asm.mixin.transformer.MixinConfig.postInitialise(MixinConfig.java:796) at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:568) at org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:462) at org.spongepowered.asm.mixin.transformer.MixinProcessor.checkSelect(MixinProcessor.java:438) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:290) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) at...
Unfortunately, at this time it adds a noticeable (with the naked eye) performance hit to the mappings loading process - I want to look if I can get it down...
Not sure why this wasn't enabled yet, from my (arguably limited) testing it looks like everything's working correctly.
This could be used to add Kotlin remapping to the CLI without adding it directly to TR.
In prior versions of loom, or with`useLegacyMixinAp = true`, signatures which did not exist in the minecraft version being compiled against could still be written partially with named, partially with...
Args: "in.jar out.jar mappings.tiny intermediary named --threads=8"
**this is not final** Tiny V2 consists of a list of hierarchical sections. Every line starts a new section, whether it continues an existing section is determined by the indentation...
From: https://discord.com/channels/507304429255393322/592749519171616796/1194283689757134919 `[WARN] [MIXIN] Cannot remap because it does not exists in any of the targets []` does not state what mixin the error originates from. With the mixin AP...
I'm experiencing this issue on a Minecraft jar, so I cannot attach a class file. I'll be looking at a Minecraft 1.13.2 jar (either client or server) and attempting to...
The error: " * What went wrong: Could not determine the dependencies of task ':spotlessCheck'. > Could not create task ':spotlessJavaCheck'. > Could not create task ':spotlessJava'. > Cannot find...