emilyploszaj / emi

A featureful and accessible item and recipe viewer
MIT License
233 stars 47 forks source link

Add support to sophisticated backpacks #411

Closed RubenPX closed 7 months ago

RubenPX commented 7 months ago

It's possible to add support to sophisticated backpaks?

Mod link: https://www.curseforge.com/minecraft/mc-mods/sophisticated-backpacks Core mod: https://www.curseforge.com/minecraft/mc-mods/sophisticated-core

image

emilyploszaj commented 7 months ago

sophisticated backpacks should be supported. Any custom JEI integration they have will be forwarded by JEI to EMI if you install both.

Phoupraw commented 4 months ago

sophisticated backpacks should be supported. Any custom JEI integration they have will be forwarded by JEI to EMI if you install both.

Not entirely supported. Only Destination.NONE but no Destination.CURSOR or Destination.INVENTORY. It just fills the crafting slots but doesn't craft, the same as #499. 2024-04-07_01 31 44

Phoupraw commented 4 months ago

And, EMI doesn't detect any craftables, though there are actually some items craftable. 2024-04-07_02 32 11

RubenPX commented 4 months ago

@emilyploszaj

And, EMI doesn't detect any craftables, though there are actually some items craftable. 2024-04-07_02 32 11

emilyploszaj commented 4 months ago

Sophisticated backpack's integration is provided by JEI, which doesn't support craft to cursor/inventory or craftables. Sophisticated backpacks would need to add first party integration to support these features.