Origins (Forge)

Origins (Forge)

7M Downloads

crash when loading world / changing origin

oopsiespooks opened this issue ยท 3 comments

commented

i'm currently working on my own origins datapack, and out of nowhere (quite literally), minecraft is consistently crashing. i have had no problems in 1.16.5 or 1.18.2 until yesterday and cannot understand how to fix or understand what the problem is.

i hope im submitting this issue in the right place as ive never done this before

am happy to give more information on the crash if needed :)

---- Minecraft Crash Report ----
// Why did you do that?

Time: 3/31/23, 2:38 PM
Description: Ticking player

java.lang.ClassCastException: class net.minecraft.server.level.ServerPlayer cannot be cast to class io.github.apace100.apoli.mixin.EntityAccessor (net.minecraft.server.level.ServerPlayer is in module [email protected] of loader 'TRANSFORMER' @30839e44; io.github.apace100.apoli.mixin.EntityAccessor is in module [email protected] of loader 'TRANSFORMER' @30839e44)

commented

That's just a mixin not being applied. Don't use 1.5.* Forge's JiJ doesn't work properly.

commented

(I mean you can, but you need to use separate jar files, and which you'll find in the releases)

commented

this worked !! thank you so much for the quick reply :D