[Issue] ExoticGarden Fruits Not Working
Zykana opened this issue ยท 14 comments
So ExoticGarden fruits are unable to be put into cauldrons. No errors or anything, just won't do it.
I am using Spigot 1.17, and Exotic Garden Dev 76.
I'm unable to use even non-slimefun heads. I think perhaps a plugin might be interfering here.
I am also having this problem; Normal Slimefun items appear to be working, but none of the exotic garden. Anyone have a fix? I use exotic garden in close to 200 of my recipes.
I've done some testing and it appears that all non-vanilla items that are consumable can no longer be added to cauldrons.
This includes:
- brews from the brewery plugin
- Slimefun consumable items
- ExoticGardens consumable items (e.g. yeast and cornmeal works fine, but grapes or grape juice does not)
My thinking is that the right-click event starts item consumption without checking if the target block is interactable.
Edit: solving this issue would likely also solve #421 as it pertains to the same operation.
I've done some testing and it appears that all non-vanilla items that are consumable can no longer be added to cauldrons. This includes:
* brews from the brewery plugin * Slimefun consumable items * ExoticGardens consumable items (e.g. yeast and cornmeal works fine, but grapes or grape juice does not)
My thinking is that the right-click event starts item consumption without checking if the target block is interactable.
Edit: solving this issue would likely also solve #421 as it pertains to the same operation.
I noticed the same thing; however there was one particular consumable from Slimefun that worked for some reason. Still have not managed to find a work around
It's not interactivity, since brewery brews can be used in further recipes (tested using last update on both as of the writting) it's slimefun specifically that breaks
Fixed in ExoticGarden pull request: Slimefun-Addon-Community/ExoticGarden#217
Requires Brewery pull request #435 in order to work.
It's not interactivity, since brewery brews can be used in further recipes (tested using last update on both as of the writting) it's slimefun specifically that breaks
You are right! I tested some more, turns out my mistake with the brews was that I used the brew ID in my recipes. -facepalm- When an existing brew is used in a recipe specified by name it will work. :)
Issue remains for Slimefun and ExoticGarden consumable items, which as you pointed out is a fault in their code. Using those items on the cauldron does not trigger the Brewery clickCauldron()
function.
Im guessing this commit also fixes the issue. db42889