You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[16:09:49] [main/INFO]: Loading for game Minecraft 1.16.5
[16:09:50] [ForkJoinPool-1-worker-5/WARN]: Non-Fabric mod JAR at "/home/k0rr/.local/share/multimc/instances/1.16.5 test/.minecraft/mods/vanguard-uninstaller.jar", ignoring
[16:09:50] [main/INFO]: [FabricLoader] Loading 65 mods: [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected], [email protected], [email protected], [email protected], [email protected]+ca58154a7d, [email protected]+9354966b7d, [email protected], [email protected]+9354966b7d, [email protected]+9354966b7d, java@8, [email protected]+ca58154a7d, [email protected]+9354966b7d, [email protected], [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected], [email protected]+ca58154a7d, [email protected], [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+build.330, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+1.16, [email protected], [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+dc716ea17d, [email protected]+ca58154a7d, [email protected], [email protected], [email protected]+9354966b7d, [email protected], [email protected]+351679a77d, [email protected], [email protected]+c045166c7d, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected], [email protected], [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected], [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+9354966b7d, [email protected]+ca58154a7d, [email protected], [email protected], [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+351679a77d, [email protected]+ca58154a7d, [email protected], [email protected]+ca58154a7d
[16:09:50] [main/WARN]: Mod `starlight` (fabric-1.0.0-RC1-59d1f21) does not respect SemVer - comparison support is limited.
[16:09:50] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/home/k0rr/.local/share/multimc/libraries/net/fabricmc/sponge-mixin/0.9.2+mixin.0.8.2/sponge-mixin-0.9.2+mixin.0.8.2.jar Service=Knot/Fabric Env=CLIENT
[16:09:50] [main/INFO]: Loaded configuration file for Sodium: 24 options available, 0 override(s) found
[16:09:50] [main/INFO]: Loaded configuration file for Lithium: 80 options available, 0 override(s) found
[16:09:50] [main/WARN]: @Mixin target net/minecraft/class_3898$class_3208 is public in fabric-networking-api-v1.mixins.json:accessor.EntityTrackerAccessor and should be specified in value
[16:09:50] [main/WARN]: Trying to reflect-hack into the class-loader so we can define our own classes in an unrestricted loader...
[16:09:50] [main/WARN]: ** The JVM might warn you with something nasty! **
[16:09:50] [main/INFO]: Injecting class 'com.google.common.collect.HydrogenImmutableMapEntry' (url: jar:file:/home/k0rr/.local/share/multimc/instances/1.16.5%20test/.minecraft/mods/hydrogen-fabric-mc1.16.5-0.2-SNAPSHOT.jar!/com/google/common/collect/HydrogenImmutableMapEntry.class)
[16:09:50] [main/INFO]: Injecting class 'com.google.common.collect.HydrogenImmutableReferenceHashMap' (url: jar:file:/home/k0rr/.local/share/multimc/instances/1.16.5%20test/.minecraft/mods/hydrogen-fabric-mc1.16.5-0.2-SNAPSHOT.jar!/com/google/common/collect/HydrogenImmutableReferenceHashMap.class)
[16:09:50] [main/INFO]: Injecting class 'com.google.common.collect.HydrogenEntrySet' (url: jar:file:/home/k0rr/.local/share/multimc/instances/1.16.5%20test/.minecraft/mods/hydrogen-fabric-mc1.16.5-0.2-SNAPSHOT.jar!/com/google/common/collect/HydrogenEntrySet.class)
[16:09:50] [main/INFO]: Injecting class 'com.google.common.collect.HydrogenEntrySetIterator' (url: jar:file:/home/k0rr/.local/share/multimc/instances/1.16.5%20test/.minecraft/mods/hydrogen-fabric-mc1.16.5-0.2-SNAPSHOT.jar!/com/google/common/collect/HydrogenEntrySetIterator.class)
[16:09:51] [main/WARN]: @Redirect conflict. Skipping tweaks.mixins.json:entity.betterlilypads.SprintingParticles->@Redirect::lilyPadsOnWater(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680; with priority 1000, already redirected by micalibria.mixins.json:entity.EntityMixin->@Redirect::spawnSprintingParticlesHook(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680; with priority 1000
Exiting with -1
Failed to start Minecraft:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:228)
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:146)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
... 8 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
... 10 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:208)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178)
at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23)
at net.fabricmc.loader.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:157)
at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:150)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
at net.minecraft.class_2246.<clinit>(class_2246.java:99)
at net.minecraft.class_3523.<clinit>(class_3523.java:13)
at net.minecraft.class_5471.<clinit>(class_5471.java:11)
at net.minecraft.class_5458.method_30573(class_5458.java:44)
at net.minecraft.class_5458.method_30566(class_5458.java:75)
at java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
at net.minecraft.class_5458.<clinit>(class_5458.java:74)
at net.minecraft.class_2378.<clinit>(class_2378.java:237)
at net.minecraft.class_2966.method_12851(class_2966.java:42)
at net.minecraft.client.main.Main.main(Main.java:137)
... 15 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector lilyPadsOnWater(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680; in tweaks.mixins.json:entity.betterlilypads.SprintingParticles failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap tinytweaks-refmap.json
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:408)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1291)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1042)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351)
... 31 more
Process exited with code 255.
The text was updated successfully, but these errors were encountered:
I need to reply to these things faster. I'll look into this, it's probably something similar to what was happening with Full Slabs, where I neglected to put a few flags to say it's clientside only
The text was updated successfully, but these errors were encountered: