Fabric 1.18-pre8 crashes due to fabric api
theoparis opened this issue · 3 comments
Expected Behaviour
The game should launch into the main menu.
Actual Behaviour
Crashes upon launching minecraft.
Reproduction Steps
Steps to reproduce the behaviour:
- Use
1.18-pre8
with fabric loader0.12.5
, fabric api0.43.0
and MTR1.18-3.0.0-beta-8-prerelease-1
Crash Report
Caused by: java.lang.NoClassDefFoundError: net/fabricmc/fabric/api/block/entity/BlockEntityClientSerializable
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1012)
at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.defineClassFwd(KnotClassLoader.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:149)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:155)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
at mtr.Blocks.<clinit>(Blocks.java:53)
at mtr.MTR.<clinit>(MTR.java:35)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:467)
Screenshots
Environment
- Minecraft Version: 1.18-pre8
Additional Information
beta-8-prelease-1 was not designed for pre8. Please be patient and wait for new update 1.18 final release.
@jonafanho this is why you shouldn't support snapshots.