[Forge][1.18.1] Crash with Create/Flywheel
dierks-m opened this issue ยท 2 comments
Issue Description
On the new version of Create (v0.4b) with Flywheel (v0.5.0a) running on Forge 39.0.9 a moving contraption (e.g. a piston) will cause the game to crash when it tries to move (this is on an existing world). After testing, this will already occur when trying to place down the piston.
Crash Report Here
Last part of stack trace:
Caused by: java.lang.ClassCastException: class com.jozufozu.flywheel.core.virtual.VirtualEmptyBlockGetter cannot be cast to class net.minecraft.world.level.Level (com.jozufozu.flywheel.core.virtual.VirtualEmptyBlockGetter is in module [email protected] of loader 'TRANSFORMER' @4248b963; net.minecraft.world.level.Level is in module [email protected] of loader 'TRANSFORMER' @4248b963) at ca.spottedleaf.starlight.common.light.StarLightInterface.<init>(StarLightInterface.java:62) ~[starlight-1.0.0+forge.4fd2e63.jar%2354!:1.0.0+forge.4fd2e63] {re:mixin,re:classloading}
Reproduction Steps
Using an instance with those three mods, already trying to place down the piston will crash the game.