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
With minimal mods installed (VS2, Create, CC: Tweaked, Fabric API, Fabric Kotlin API), the game crashes upon launch if Some-Peripherals-0.0.12-fabric.jar is installed. We'd really like to use the Radar and a few other blocks on MC 1.20.1, Fabric.
The stack trace is quite large, but this snippit captures the failure:
[21:16:33] [main/WARN]: Error loading class: net/minecraft/class_1059$class_4007 (java.lang.ClassNotFoundException: net/minecraft/class_1059$class_4007)
[21:16:33] [main/WARN]: Error loading class: net/minecraft/class_1058$class_5790 (java.lang.ClassNotFoundException: net/minecraft/class_1058$class_5790)
[21:16:33] [main/WARN]: Error loading class: net/minecraft/class_2708$class_2709 (java.lang.ClassNotFoundException: net/minecraft/class_2708$class_2709)
[21:16:33] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1).
[21:16:33] [main/INFO]: Instancing error handler class org.valkyrienskies.mod.mixin.ValkyrienMixinErrorHandler
[21:16:33] [main/ERROR]: Mixin apply for mod porting_lib failed porting_lib.mixins.common.json:LevelMixin from mod porting_lib -> net.minecraft.class_1937: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException @Shadow method method_8488 in porting_lib.mixins.common.json:LevelMixin from mod porting_lib was not located in the target class net.minecraft.class_1937. Using refmap porting_lib-refmap.json
org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: @Shadow method method_8488 in porting_lib.mixins.common.json:LevelMixin from mod porting_lib was not located in the target class net.minecraft.class_1937. Using refmap porting_lib-refmap.json
at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachSpecialMethod(MixinPreProcessorStandard.java:436) ~[sponge-mixin-0.15.3+mixin.0.8.7.jar:0.15.3+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachShadowMethod(MixinPreProcessorStandard.java:412) ~[sponge-mixin-0.15.3+mixin.0.8.7.jar:0.15.3+mixin.0.8.7]
The text was updated successfully, but these errors were encountered:
With minimal mods installed (VS2, Create, CC: Tweaked, Fabric API, Fabric Kotlin API), the game crashes upon launch if
Some-Peripherals-0.0.12-fabric.jar
is installed. We'd really like to use the Radar and a few other blocks on MC 1.20.1, Fabric.The stack trace is quite large, but this snippit captures the failure:
The text was updated successfully, but these errors were encountered: