Hi this is a Extra Large Sheep No Clean Husbandry

___________________________________________________________________________________________________________________________________________

if you want to add the cleanliness back in just put this part back in the husbandrySheepLarge.xml, just copy the husbandrySheepLarge.xml to your desktop to edit then paste it back in the zip folder to overwrite

            <module name="foodSpillage">
                <config fillType="GRASS_WINDROW">
                    <area startNode="0|1|0|2|0" widthNode="0|1|0|2|0|0" heightNode="0|1|0|2|0|1" />
                    <area startNode="0|1|0|2|1" widthNode="0|1|0|2|1|0" heightNode="0|1|0|2|1|1" />
                    <area startNode="0|1|0|2|2" widthNode="0|1|0|2|2|0" heightNode="0|1|0|2|2|1" />
                    <area startNode="0|1|0|2|3" widthNode="0|1|0|2|3|0" heightNode="0|1|0|2|3|1" />
                </config>
            </module>


need to go between these two like below

           <module name="water">
                <config node="0|2|0" exactFillRootNode="0" fillTypes="WATER" acceptedToolTypes="undefined trailer">
                    <fillPlane node="0|2|1" minY="0.06" maxY="0.275" colorChange="true" />
                </config>
            </module>
            <module name="foodSpillage">
                <config fillType="GRASS_WINDROW">
                    <area startNode="0|1|0|2|0" widthNode="0|1|0|2|0|0" heightNode="0|1|0|2|0|1" />
                    <area startNode="0|1|0|2|1" widthNode="0|1|0|2|1|0" heightNode="0|1|0|2|1|1" />
                    <area startNode="0|1|0|2|2" widthNode="0|1|0|2|2|0" heightNode="0|1|0|2|2|1" />
                    <area startNode="0|1|0|2|3" widthNode="0|1|0|2|3|0" heightNode="0|1|0|2|3|1" />
                </config>
            </module>
            <module name="pallets">
                <config startNode="0|3|0|0" widthNode="0|3|0|0|0" heightNode="0|3|0|0|1" fillType="WOOL" filename="$data/objects/pallets/woolPallet/woolPallet.xml" fillUnitIndex="1"/>
            </module>
        </modules>
        <placementRaycast distance="2" />
    </husbandry>