BlakeBr0 / IronJetpacks

Adds fully customizable FE powered jetpacks!
https://blakesmods.com/iron-jetpacks
MIT License
13 stars 21 forks source link

Added REI Compat #92

Closed CrossVas closed 4 months ago

CrossVas commented 4 months ago

This PR provides REI compat for IronJetpacks when using REI as main recipe viewer. This will help REI understand and filter IronJetpacks items based on their CompoundTag data.

Below is a before and after video demonstration:

https://github.com/BlakeBr0/IronJetpacks/assets/25727222/9c11fa5e-199f-4aca-a072-5020fbf73921

Thanks!

BlakeBr0 commented 4 months ago

Not sure if I want to add a bunch more dependencies. I thought REI was supposed to work with JEI plugins in some way?

CrossVas commented 4 months ago

Not sure if I want to add a bunch more dependencies. I thought REI was supposed to work with JEI plugins in some way?

True. JEI plugins can be used by REI when REIPC is installed additionally, but that would mean that mods with native REI compat will be forced to use JEI modules instead, which in some cases is worse. In this case I would prefer native support instead of using REI hacks.

Anyway, it's up to you to decide.