Ради вашего удобства наш сайт использует cookies! Узнать больше! Мы используем cookies

Chicken Nests

A quick personal mod I made as an improvement of [url=https://steamcommunity.com/sharedfiles/filedetails/?id=760708576]Sulusdacor's chicken nest[/url] mod. This version adds some custom code which makes it so that [i]only chickens[/i] 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 [list] [*] Sulusdacor for the original mod and artwork [/list] 🦉[url=https%3A%2F%2Fgithub.com%2FOwlchemist%2Fchicken-nests]Github[/url][github.com]