Butchercraft

Butchercraft

205k Downloads

2.3.1 crashing when trying to spawn an 'Army'

brisingraerowing opened this issue ยท 3 comments

commented

Crash Log

This is probably a mod conflict. I'll do some testing.

EDIT: Reviewing the log, it seems that this is the Apathy mod breaking. Reported there.

Ref: quat1024/apathy#25

commented

Looks like they need to add a null check of some kind, I don't know mixin's or I'd help.

commented

I made a local change to fix it, so I can still play without crashing.

commented

The MobSpawnType field of the EntityType#spawn function is not flagged as nullable, and therefore should not be receiving a null value. A null check should not be necessary.

See my comment here for my full statement/research.