SereneSeasons Compat: Tree leaves break when out of season
andrewminer opened this issue ยท 2 comments
Versions
- SereneSeasons v9.1.0.0
- Fruits Delight v1.0.15
- Minecraft v1.20.1
- Forge v47.3.7
Actual Outcome
When the SereneSeasons config entry, out_of_seasons_crop_behavior, is set to 2 (i.e., break when trying to grow), all the leaves on the various Fruits Delight trees break as soon as the season changes: leaving just a stack of logs. For example, a Pear tree in full growth during spring will become a stack of Birch Log blocks as soon as the season changes to summer.
Expected Outcome
The leaves should no longer bear new fruit, but shouldn't actually break.
Suggested Fix
In a test world, I added the sereneseasons:unbreakable_infertile_crops tag to all the leaf blocks created by this mod, and it had the desired effect. That is, while it was "out of season" a leaf block would do nothing. Once it came back in season, it resumed its normal growth pattern.