Well, here's the decompiled code from MCP to fix this in 1.9, for Piggies anyways.
public void onDeath(DamageSource par1DamageSource)
{
boolean flag = this.worldObj.getGameRules().getBoolean("doMobLoot");
if (getSaddled() == true && flag == false)
I've been having the same exact issue, except its when I load any world with the C&C Datapack.
I've attached my crash report, as I believe this is the first issue opened on this crash.
Well, here's the decompiled code from MCP to fix this in 1.9, for Piggies anyways.
public void onDeath(DamageSource par1DamageSource)
{ this.dropItem(Items.saddle, 1); }{
boolean flag = this.worldObj.getGameRules().getBoolean("doMobLoot");
if (getSaddled() == true && flag == false)
}
Sorry!! And thank you so much
crash-2021-04-24_08.33.00-client.txt
I've been having the same exact issue, except its when I load any world with the C&C Datapack.
I've attached my crash report, as I believe this is the first issue opened on this crash.
I was just made aware that
MC-279245exists and has been closed! Apologies! Thank you all for the hard work you do!