Additional compatibility for Tea Gummies
SynfulChaot opened this issue ยท 1 comments
The Tea Gummies are currently only visible if you're also running Farmer's Respite, even if you're running any other mods that add black, green, or yellow tea leaves. As there are other mods that also add some or all of these leaves, such as Simply Tea, it'd be nice if they could be used with those mods as well.
I looked at the items and recipes themselves and noticed a few things:
- The gummies themselves don't require the presence of Farmer's Respite to function. The effects they grant are from the base game.
- The recipes for the gummies also don't require the presence of Farmer's Respite, at least outside of the 'mod_loaded' condition.
- The recipes have an additional condition, that being to check if the tea leaves tags that the recipes use are populated.
I did override the recipe, removing the 'mod_loaded' condition and the gummies became craftable, as well as usable. They remain hidden in JEI, however.
As Farmer's Respite technically isn't required for the gummies, the recipes are already checking for items in the different tea leaves tags, and they function just fine in the absence of Farmer's Respite, could the hard Farmer's Respite limitation be lifted?