I ASSume I would need to regenerate my world (or hand edit it) to get the custom POI in there, so I downloaded the Other Creatures mod instead. But it seems - and I am often a dumbass so forgive me if this is dumbassery - that the mod does not include any changes to entitygroups.xml and so I won't actually see any of them in game unless I make some changes there.
Spawning.xml sez that for the pine forest 1 entity from group "EnemyAnimalsForest" will spawn every 14 game days. That group looks like this:
<entitygroup name="EnemyAnimalsForest">
<entity name="invisibleAnimalEnemy" prob="6"/>
<entity name="animalWolf" prob="0.4"/>
<entity name="animalBear" prob="0.05"/>
<entity name="animalDireWolf" prob="0.05"/>
</entitygroup>
Should I add some of your other creatures in that group (and the others) to start seeing them in the world? Or am I being a dumbass? In my defense I searched for "creature" in your main mod thread and read every post, and I searched GitLib for any docs. I may also be a
blind dumbass, though.
Edit: ahh...it seems that maybe your "other creatures" mod may be part of your contributions to the Creatures project. So maybe nevermind my dumbassery. I'll go read this thread now.