Rearth / Oritech

Minecraft fabric tech mod
https://discord.gg/M43kMvprgj
Creative Commons Zero v1.0 Universal
55 stars 10 forks source link

Migrate to TlaApi #124

Closed OakPlatinum closed 2 days ago

OakPlatinum commented 3 days ago

Describe the feature you'd like

TLA api is an abstraction layer over recipe viewer apis for minecraft. It allows mod developers to write their recipe viewer integration once and have it work with multiple recipe viewers. Currently supported recipe viewers are: EMI, REI and JEI

I think there's no better way than this to support JEI, REI and EMI at the same time.

Describe alternatives you've considered

No response

Additional context

No response

Rearth commented 2 days ago

Hm, this does sound like a cool concept. The latest released version on modrinth currently supports only REI and EMI. In general I probably won't move to this API for now, as I plan on tackling a multiloader setup next, and the TlaApi currently has no NeoForge support.