Incompatible with Fabric-API #5
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: andrew/SpeedCarts#5
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
mod version 1.3.0
Java version:
Milestone 1 build of IBM Semeru Runtime Open Edition for Java 17 with Eclipse OpenJ9 jdk-17.0.1+12_openj9-0.29.1-m1
https://github.com/ibmruntimes/semeru17-binaries/releases/tag/jdk-17.0.1%2B12_openj9-0.29.1-m1
Other installed mods are:
disfabric-1.18-1.3.5.jar
EditSign-1.18-2.2.5.jar
fabric-api-0.44.0+1.18.jar
LuckPerms-Fabric-5.3.86.jar
speed-carts-1.3.0.jar
anti-xray-mc1.18-1.1.1.jar
blockmeter-1.6-fabric_1_18.jar
Can you upload the entire stacktrace/crash report? Because I haven't encountered this when building the new version, and I don't know how to reproduce your issue.
Here's my full launch log with crash.
If i remove speed carts the game launches fine. Please let me know if you need more information or if maybe i did something wrong here.
https://pastebin.com/FjjVZLxk
I see this in the log, which means that something in your configuration is setting your Fabric server to try to be compatible with Jav 16, but Minecraft 1.18 uses Java 17, which is also what Speed Carts is built with. Now, I'm not really familiar with fabric myself, since I just made this mod as a one-off thing, so I don't know exactly where you'd look to fix or set the compatibility mode for your server, or it might be a compatibility issue where other mods are requiring support for an older version of java (although that in itself should cause issues since only Java 17 should work).
I dont even have java 16.
The fabric API is what sets the "Compatibility level set to JAVA_16"
with only the fabric API it does this
#7