Quilt Loader requires Fabric API instead of Quilted Fabric API
NickScopre opened this issue ยท 0 comments
Mod Version 0.4 and Game Version 1.20.1 requires Fabric API 0.92.1+, but on Quilt, the latest QFAPI forks Fabric API version 0.91.0. There hasn't been a new QFAPI version for 1.20.1 since February 1st this year, so unless this mod is updated to work on Fabric API 0.91.0 I don't think this mod can support 1.20.1 Quilt.
Crash Report:
Crashed! The full crash report has been saved to C:\Users\nicho\AppData\Roaming.minecraft\crash-reports\crash-2024-05-10_23.35.20.3625-quilt_loader.txt
23:35:20.388
game
---- Quilt Loader: Failed to load ----
Date/Time: 2024/05/10 23:35:20.3876
Quilt Loader Version: 0.25.0
-- Error 1 --
Create: Design n' Decor requires version [0.92.1+1.20.1, ?) of fabric-api, which is missing!
- <mods>/design_decor-0.4_fabric+1.20.1.jar
-- Plugin State --
Cycle number = 1
Cycle Step = SOLVE
Loaded Plugins (2):
- 'quilt_loader' (Builtin)
- 'quilted_fabric_loader' (Builtin)
---- end of report ----
Exception hit:
{
"__TYPE": "QuiltLoader:GuiObjectCreate",
"data": {
"sub_messages": [],
"buttons": [
{
"icon": 9994,
"action": "VIEW_FILE",
"arguments": {
"file": "C:\\Users\\nicho\\AppData\\Roaming\\.minecraft\\mods\\design_decor-0.4_fabric+1.20.1.jar"
},
"id": 9993,
"text": "View design_decor-0.4_fabric+1.20.1.jar",
"syncType": "button"
}
],
"sub_message_header": "",
"icon": 9991,
"description": [
"Create: Design n' Decor is loaded from <mods>/design_decor-0.4_fabric+1.20.1.jar"
],
"id": 9990,
"syncType": "message",
"title": "Create: Design n' Decor requires at least version 0.92.1+1.20.1 or any newer version of fabric-api, but only different versions are present!",
"info": []
},
"class": "org.quiltmc.loader.impl.gui.QuiltJsonGuiMessage"
}
at org.quiltmc.loader.impl.gui.QuiltForkServerMain.handleMessage(QuiltForkServerMain.java:133)
at org.quiltmc.loader.impl.gui.QuiltForkComms$ReadySender.readMessage(QuiltForkComms.java:379)
at org.quiltmc.loader.impl.gui.QuiltForkComms$ReadySender.lambda$runReader$0(QuiltForkComms.java:357)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)