Crash on game startup
helpimnotdrowning opened this issue ยท 1 comments
Version 1.3.3 causes my game to crash instantly on startup on Fabric 1.17.1.
[23:35:18] [Render thread/FATAL]: Mixin apply failed entityculling.mixins.json:ClientWorldMixin -> net.minecraft.class_638: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Critical injection failure: @Inject annotation on tickEntity could not find any targets matching 'tickNonPassenger' in net.minecraft.class_638.
I think this is because the entityculling.mixins.json
file is saying the refmap is entityculling.refmap.json
, when in the jar it's actually named EntityCulling-Fabric-refmap.json
.
Using:
- AdoptOpenJDK 16.0.1
- MC 1.17.1
- Fabric Loader 0.11.6
- Fabric API 0.36.1
- EntityCulling 1.3.3