Chicken nests Continued
Original Mod: https://steamcommunity.com/sharedfiles/filedetails/?id=2894277691
Note: You must unsubscribe from the original mod, I use the same packageId to keep compatibility going!
Original Description
A quick personal mod I made as an improvement of Sulusdacor’s chicken nest mod.
This version adds some custom code which makes it so that only chickens can use the nest. Just a quick 15 minute mod I put together because I was sick of micro-managing the nest assignments.
I also upscaled and cleaned up the texture.
For other modders…
Technically, the code that powers this mod could be extended to any animal or bed. You could make a bed that only thrumbos could use, for example. Code example:
<modExtensions> <li MayRequire="owlchemist.chickennests" Class="AnimalBeds.AnimalBed"> <species> <li>Chicken</li> </species> </li> </modExtensions>
Credit
- Sulusdacor for the original mod and artwork