Dedicated server crashes when a pig poops
calloatti opened this issue ยท 2 comments
In ItemEntityMixin
if(BoneMealItem.useOnFertilizable(this.getStack(), entity.world, pos)) BoneMealItem.createParticles(entity.world, pos, 5);
should add ... and entity.world.isClient() ...