Alex's Caves

Alex's Caves

11M Downloads

[CRASH] Underzealot cant find last sacrifice position

LordDecay26 opened this issue ยท 0 comments

commented

Mod Version: Alexcaves 2.0.2

Forge Version: 47.3.0

Game Version: 1.20.1

Crash report:

https://pastebin.com/FyhMZDGG

Description:

I was walking over a cherry grove biome which was situated on top of a Forlorn Hollows biome when the game suddenly crashed.

Background:

I understand that this is probably a mod incompatibility but im throwing the report in because the logs nor the crash log give any information as to what that incompatibility might be, no mention of another mod or conflict. so just on the off case that this is a strictly Alex's Caves mod bug then it should be posted here, if it is an incompatibility im hoping someone can tell me what mod that is so i can either remove it from the pack or report the bug to them and see if they can do anything to rectify the issue.

Error thrown in Latest.log:

net.minecraft.ReportedException: Ticking entity
	at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:897) ~[client-1.20.1-20230612.114412-srg.jar%23414!/:?]
	at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:814) ~[client-1.20.1-20230612.114412-srg.jar%23414!/:?]
	at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:89) ~[client-1.20.1-20230612.114412-srg.jar%23414!/:?]
	at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) ~[client-1.20.1-20230612.114412-srg.jar%23414!/:?]
	at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23414!/:?]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "net.minecraft.core.BlockPos.m_6630_(int)" because the return value of "com.github.alexmodguy.alexscaves.server.entity.living.UnderzealotEntity.getLastSacrificePos()" is null
	at com.github.alexmodguy.alexscaves.server.entity.ai.UnderzealotSacrificeGoal.m_8037_(UnderzealotSacrificeGoal.java:173) ~[alexscaves-2.0.2.jar%23286!/:2.0.2]
	at net.minecraft.world.entity.ai.goal.WrappedGoal.m_8037_(WrappedGoal.java:65) ~[client-1.20.1-20230612.114412-srg.jar%23414!/:?]
	at net.minecraft.world.entity.ai.goal.GoalSelector.m_186081_(GoalSelector.java:120) ~[client-1.20.1-20230612.114412-srg.jar%23414!/:?]
	at net.minecraft.world.entity.ai.goal.GoalSelector.m_25373_(GoalSelector.java:111) ~[client-1.20.1-20230612.114412-srg.jar%23414!/:?]
	at net.minecraft.world.entity.Mob.m_6140_(Mob.java:760) ~[client-1.20.1-20230612.114412-srg.jar%23414!/:?]
	at net.minecraft.world.entity.LivingEntity.m_8107_(LivingEntity.java:2548) ~[client-1.20.1-20230612.114412-srg.jar%23414!/:?]
	at net.minecraft.world.entity.Mob.m_8107_(Mob.java:536) ~[client-1.20.1-20230612.114412-srg.jar%23414!/:?]
	at net.minecraft.world.entity.monster.Monster.m_8107_(Monster.java:42) ~[client-1.20.1-20230612.114412-srg.jar%23414!/:?]
	at net.minecraft.world.entity.LivingEntity.m_8119_(LivingEntity.java:2298) ~[client-1.20.1-20230612.114412-srg.jar%23414!/:?]
	at net.minecraft.world.entity.Mob.m_8119_(Mob.java:337) ~[client-1.20.1-20230612.114412-srg.jar%23414!/:?]
	at com.github.alexmodguy.alexscaves.server.entity.living.UnderzealotEntity.m_8119_(UnderzealotEntity.java:133) ~[alexscaves-2.0.2.jar%23286!/:2.0.2]
	at net.minecraft.server.level.ServerLevel.m_8647_(ServerLevel.java:693) ~[client-1.20.1-20230612.114412-srg.jar%23414!/:?]
	at net.minecraft.world.level.Level.m_46653_(Level.java:479) ~[client-1.20.1-20230612.114412-srg.jar%23414!/:?]
	at net.minecraft.server.level.ServerLevel.m_184063_(ServerLevel.java:343) ~[client-1.20.1-20230612.114412-srg.jar%23414!/:?]
	at net.minecraft.world.level.entity.EntityTickList.m_156910_(EntityTickList.java:54) ~[client-1.20.1-20230612.114412-srg.jar%23414!/:?]
	at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:323) ~[client-1.20.1-20230612.114412-srg.jar%23414!/:?]
	at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:893) ~[client-1.20.1-20230612.114412-srg.jar%23414!/:?]
	... 5 more```