Fish and Wildlife


Adds regrowing trees and respawning fish.

Content
4 years ago
0.15 - 0.18
53
Environment

b Incompatibility with Whistle Stop Factories

5 years ago

Hi, I'm the author of Whistle Stop Factories, and one of my users reported a problem where when using both of our mods, my factories simply don't spawn! (they spawn in the wild using on_chunk event, but check for resource collision before spawning so they won't spawn on resource patches).

So I think the issue is you have resources in so many places that my factories just can't spawn. One solution would be to make sure my mod always gets to go first when on_chunk is run. This can be done by adding my mod as an option dependency by doing something like this in your .info

"dependencies": ["base >= 0.16", "? WhistleStopFactories"] }

Is that something you'd be willing to do to help make our mods work together? Thanks!

5 years ago

Sho'nuff. I've made the bugfixes and restructured a little. There's more I want to do (code needs cleanup in a big way) but I should probably just upload what I have now and worry about things for the next (sub)version.

New response