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
🦉Github[github.com]