Just walking... then I fell through the ground in a house in the Irvington area. Is there a way to recover the save? It was my longest survival so far...
I've also run into this bug a lot. Interestingly, there's a second half to the bug. If you leave the animal in the trailer for an extended period of time, it eventually comes back to life. I've also successfully revived animals I found dead in the field this way, though I've yet to figure out exactly what seems to trigger the revival but if I leave the animal in the trailer it has come back to life 100% of the time given enough time.
While I was in this file adding Base.BasebalBat_Crafted to the BaseBallBat_Can Recipe (my suggested fix to another report)
I noticed under /* NAILS */ the inputs are missing "Base."
Appears under inputs for NailSpikeWeapon and NailSpikeSmallWeapon
does not appear to cause any current issues?, however I suspect could cause some crazy bugs at some point based on not following all the other recipe formatting in the same file.
Example
inputs
{
item 1 tags[Hammer] mode:keep flags[MayDegradeLight],
item 1 [BaseballBat;BaseballBat_Crafted;FieldHockeyStick;LargeBranch;LongHandle;Plank;TableLeg] mappers[NailMapper] flags[Prop2;InheritCondition],
item 5 [Base.Nails],
}