ochotonida / artifacts

MIT License
80 stars 60 forks source link

Culinary Mycelial generator consumes Eternal steak #56

Open BentoGambin opened 3 years ago

BentoGambin commented 3 years ago

It's 50% a bug and 50% a feature request image the C.M.G. from industrial foregoing consumes the eternal steak, it's a block that converts food's saturation into Forge energy. Maybe you could make it fuel it for ever or give it like a ridiculously high value? That's it thanks!

ochotonida commented 3 years ago

Unfortunately it doesn't seem to be possible to change the FE values right now, and it's not possible to prevent it from being used as a fuel either. I'll keep this open as a reminder in case this changes in the future

Aizistral commented 3 years ago

and it's not possible to prevent it from being used as a fuel either

Well, this actually is possible. You can avoid registering food properties for your EverlastingFoodItem, and handle effects of it's usage yourself, so that vanilla or other mods do not recognize it as regular food item.

ochotonida commented 3 years ago

I'm aware I can simply remove the food component, but I doubt this would fix more issues than it would cause. I'd like to maintain compatibility with AppleSkin at the very least, which currently doesn't provide an API.