
[1.20.1-1.5.348] NPE in NullServant Special Augment Goal
TigerWalts opened this issue ยท 0 comments
Crash Log: https://mclo.gs/dGeFCkk
java.lang.NullPointerException: Cannot invoke "net.minecraft.world.phys.Vec3.m_252839_()" because "this.aoe2" is null
at tamaized.voidscape.entity.ai.nullservant.SpecialAugmentGoal.m_8037_(SpecialAugmentGoal.java:154) ~[Voidscape-1.20.1-1.5.348.jar%23849!/:1.20.1-1.5.348] {re:classloading}
NullServantAugmentBlockEntity.randomPos()
may return null
on a random chance. This means that aoe1
may be non-null
while aoe2
is null
.