Industrial Foregoing

Industrial Foregoing

95M Downloads

[1.16] IllegalArgumentException with Slaughter Factory

oitsjustjose opened this issue ยท 1 comments

commented

Industrial Foregoing Version: 3.2.14.3-9

Titanium Version:: 3.2.8.4-10

Crashlog If Applicable (Upload to pastebin/gist):Crashlog

Symptom

Players can't log into Forge server within range to load the Slaughter Factory, thus causing the crash.

Potential Culprit

public VoxelShape getWorkingArea() {
return new RangeManager(this.pos, this.getFacingDirection(), RangeManager.RangeType.BEHIND){
@Override
public AxisAlignedBB getBox() {
return super.getBox().expand(0,2, 0);
}
}.get(hasAugmentInstalled(RangeAddonItem.RANGE) ? ((int) AugmentWrapper.getType(getInstalledAugments(RangeAddonItem.RANGE).get(0), RangeAddonItem.RANGE) + 1) : 0);
}

commented

Something has corrupted/removed that block without removing the tile properly, I don't know what minecraft:void_air but thats not minecraft air