Produces no filth - Vanilla-Expanded/VanillaExpandedFramework GitHub Wiki
CompNoFilth makes an animal both produce no filth (base filth rate in vanilla RW is 1) and not spread around any previously existing filth.
//This comp class adds and removes animal to a static class, so it can be easily (and laglessly) accessed by a Harmony patch
//to make animals not drop (or carry) any filth around. Effectively, FilthRate 0
It is a comp class, so you just add it in XML in the <comps>
tag.
<comps>
<li Class="AnimalBehaviours.CompProperties_NoFilth">
</li>
</comps>