Growthcraft Community Edition

Growthcraft Community Edition

1M Downloads

Serene Seasons Compatibility

Deshiba opened this issue ยท 10 comments

commented

Currently there is no compatibility with serene season. This is evident by the lack of fertility season annotations in seeds:
seeds

And that at least the trees still grow in winter.
2018-12-29_09 45 06

I'd like to request compatibility with serene seasons for immersion reasons.

commented

This one will be tricky, because Serene Seasons doesn't provide a suficient API for it.

commented

Forgot to add the Thistle as well.

With the different grape types I'd like to wait until the SereneSeaons guys will advance their API. Actually the color is identified by a meta number, which SereneSeasons is not able to distinguish. Implementing it now means, that it is needed to create different block types for each color.

commented

For a first pass I would just make the grape types the same (which is as mentioned, the only way to do it). Open a feature request with Serene Seasons about the meta number - that seems a little odd that in 2019 they're not checking it?

commented

The SereneSeasons compatibility is not possible out of the box right now by just deploying the jar of GC and SS together into the mods folder. Configuration tweaks are necessary at SS. The SS dev guys proposed me to send them a list of crop fertility for different seasons so they will support them in their next release. I'm about to propose following configuration:

  • Spring: Rice
  • Summer: Apples, Hops, Rice
  • Autumn: Apples, Grapes, Hops, Rice
  • Winter: nothing

@Alatyami @Deshiba @Kisutora
Please review this list, before I submit it to them.

commented

Thistle is missing.
And maybe the different grapes could have different seasons. But having them all the same is fine by me.

commented

Is there a way to turn off honey and honeycomb production during the winter?

commented

@Nakuta, the bees would be handled in a second pass when the api is further along afaik.

commented

Okay. This is the final list then:

  • Spring: Rice
  • Summer: Apples, Hops, Rice, Thistles
  • Autumn: Apples, Grapes, Hops, Rice, Thistles
  • Winter: nothing
commented

The list is now commited at SereneSeasons as well.

commented

Implemented for seeds and growing plants only. For other features, like bee boxes an follow up issue should be opened.