One sheep barn producing wool and milk simultanously

Your forum for all discussions around Modding.
Maikerus
Posts: 100
Joined: Fri Apr 10, 2015 11:07 pm
Location: Poland

One sheep barn producing wool and milk simultanously

Post by Maikerus »

Hi. I recently downloaded Dairy Sheep Pack from modhub. Its really nice mod but I'm wondering is it possible to merge simultanous milk and wool production within one pasture?

These are some lines of xml file:

<pallets fillType="MILKSHEEP" maxNumPallets="12">
<palletTrigger node="palletTrigger" />
<spawnPlaces>
<spawnPlace startNode="palletArea1Start" endNode="palletArea1End" />
<spawnPlace startNode="palletArea2Start" endNode="palletArea2End" />
</spawnPlaces>
</pallets>

I found that when I paste WOOL instead of MILKSHEEP sheeps produce wool like with original in game barn. But I can't figure out, if that's even possible, how to make them producing both milk and wool at the same time.