Pig Poop (Fabric)

Pig Poop (Fabric)

23.9k Downloads

Dedicated server crashes when a pig poops

calloatti opened this issue ยท 2 comments

commented

In ItemEntityMixin

if(BoneMealItem.useOnFertilizable(this.getStack(), entity.world, pos)) BoneMealItem.createParticles(entity.world, pos, 5);

should add ... and entity.world.isClient() ...

commented

Thanks for the report and thanks for the help!