Botania: Gourmaryllis & GT6 food interaction

Like it says on the tin. Gourmaryllis will not accept any kind of GT6 food like cow ribs, hams and eye steaks, but will accept regular steaks and porkchops. At the moment I’m circumventing the issue with a script by turning each of the items into either porkchops or steaks, but I don’t understand why this would be happening at all since botania’s never had any trouble with keeping up with modded food before, as long as it doesn’t leave byproducts.
Thanks in advance.

4 Likes

Yeah Botania works with normal Food Items but GT6 Food Items are different from the normal ones, specifically because they do use Metadata, and aren’t extending “ItemFood”. I am not sure if it is even possible to add Recipes to that Flower so I need to check that, but I doubt it would work.

Edit: Well as seen below, not possible to fix.

4 Likes

It has to be ItemFood

4 Likes

This line:

4 Likes

Ugh, bad code there, don’t check subclassing of in Java, it’s always a code smell…

3 Likes