fabric-resource-loader-v0 causes crash in minecraft 1.20.4 #3639
Replies: 2 comments 3 replies
-
You may want to report this to the author of YACL: https://github.com/isXander/YetAnotherConfigLib/issues In the meantime, I'd try downgrading YACL to version 3.3.1: https://modrinth.com/mod/yacl/version/3.3.1+1.20.4-fabric |
Beta Was this translation helpful? Give feedback.
-
I'm not sure if you meant to post in the mod dev category or not, but why do you have the Fabric Resource Loader module in your mods folder? The correct version will be included in Fabric API. The version that comes with Fabric API 0.96.4+1.20.4: The version you have in your mods folder: 0.11.9+132c48c177 seems to come from Fabric API 0.91.0+1.20.1 |
Beta Was this translation helpful? Give feedback.
-
Description
Hi all
I am trying to launch via multiMC a farly basic MC 1.20.4 Java Edition. I bring into the mods YetAnotherConfigLib (3.3.2) with Fabric Resource Loader V0 0.11.9 and Fabric APUI 0.96.4 required for Controlify.
But MC crashes at startup (yes I launched once online). The mod that causes the crash is Fabric Resource loader v0 (tried also older version), its pressence is enought to kick the crash.
It complains of:
java.lang.AbstractMethodError: Receiver class net.fabricmc.fabric.impl.resource.loader.ModResourcePackCreator$$Lambda/0x000001d881b14f60 does not define or inherit an implementation of the resolved method 'abstract net.minecraft.class_3262 method_52424(java.lang.String)' of interface net.minecraft.class_3288$class_7680.
In another instance I got instead:
java.lang.NoSuchMethodError: 'net.minecraft.class_2487 net.minecraft.class_2507.method_30613(java.io.File)'
Attached crashlog and mods directory contents
crash-2024-03-10_13.53.16-client.txt
mods.zip
Beta Was this translation helpful? Give feedback.
All reactions