Hello,
Everything is working great except part that the animal corpses doesnt receive damage or get destroyed after fully harvest
I have '' "anything can hurt dispensers" enabled with entity group:
{
"name": "dispensers",
"members": "BaseCorpse, HelicopterDebris",
"exclusions": ""
},
But its still not working. is this common issue or other way to fix this? :)
Animal corpsesBug
use the members in the default config. you are missing 3 of them
BaseCorpse, HelicopterDebris, PlayerCorpse, NPCPlayerCorpse, HorseCorpse
Thanks for fast reply.
I tried what you suggested but it didnt work.
but i have solved the issue, Turns out it was AuthorizedDamageRequiresOwnership causing this. After removing this flag it was fixed
ok thanks its fixed in next update