Simple Farming

Simple Farming

11M Downloads

TemptationTask.onEntitySpawn crash

AltBlulp opened this issue ยท 0 comments

commented

Forge Version forge-1.16.5-36.0.1

Mod list (optional)

Log file (optional)
crash file:
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}
Caused by: java.lang.IllegalArgumentException: Unsupported mob type for TemptGoal
at net.minecraft.entity.ai.goal.TemptGoal.(SourceFile:40) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:quark.mixins.json:TemptGoalMixin,pl:mixin:A}
at enemeez.simplefarming.entities.ai.MoreTemptation.(MoreTemptation.java:9) ~[?:1.16.4-1.3.5] {re:classloading}
at enemeez.simplefarming.events.TemptationTask.onEntitySpawn(TemptationTask.java:33) ~[?:1.16.4-1.3.5] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_1151_TemptationTask_onEntitySpawn_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}

when I tried to load the world, the only mod listen on the crash report
at enemeez.simplefarming.entities.ai.MoreTemptation.(MoreTemptation.java:9) ~[?:1.16.4-1.3.5] {re:classloading}
at enemeez.simplefarming.events.TemptationTask.onEntitySpawn(TemptationTask.java:33) ~[?:1.16.4-1.3.5] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_1151_TemptationTask_onEntitySpawn_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?] {}

Describe the issue
crash, then the world unloadable unless I remove Simple Farming. Is this happening because it is not officially ported to 1.16.5, a mod interaction, and/or something else I messed up?

Edit:

When I initially looked down for this issue I missed the TemptGoal Crash in 1.16.4 thread, sorry for the clutter I am unsure how to delete this...