InZan17 / Unloaded-Activity

When certain blocks such as crops or furnaces get out of simulation distance this mod will keep track of that so once the blocks get in again the mod will apply the changes it would have gotten if it never left the simulation distance.
https://modrinth.com/mod/unloaded-activity
GNU Lesser General Public License v3.0
16 stars 5 forks source link

Doesn't work well with Fabric Seasons #22

Open liferooter opened 5 months ago

liferooter commented 5 months ago

Fabric Seasons mod changes crop growth speed depending on the season. Unfortunately, Unloaded Activity doesn't work with it well, growing crops ignoring these changes. Due to how Unloaded Activity works, we probably need some manual integration between these two great mods.

InZan17 commented 5 months ago

I'm aware of this issue. I have been thinking about how I would add support for Fabric Seasons and I have a rough idea on how to do it. My idea is that I'll just run my simulation 4 times for each season. And each simulation would simulate the amount of time it was unloaded during that season. And each simulation would have different growth odds.

But currently I don't really have any motivation to work on any bigger updates for this mod, sorry. But once I feel like working on this mod again I'll definitely try to add support for it.