Siphalor / nbt-crafting

A 1.15+ fabric Minecraft mod to enable nbt related recipe stuff
https://modrinth.com/mod/nbt-crafting
Apache License 2.0
49 stars 26 forks source link

[Compat] Some recipes not visible through EMI #114

Open sisby-folk opened 2 years ago

sisby-folk commented 2 years ago

Version 2.1.4 for 1.18.2 Describe the bug Most NBT crafting recipes don't appear in EMI!

Normal Recipe: image

NBT Recipe that saves the axolotl bucket NBT to the remainder: image

The above does, because of the way that remainders are processed in EMI - but anything with a required nbt tag or an output nbt tag doesn't. Other recipes like custom smithing and brewing recipes also don't appear.

I'd like to request EMI integration through their API to be able to see these recipes.

github-actions[bot] commented 2 years ago

This issue has been marked as stale because of inactivity. Comment on this issue or it will be closed in 14 days.

sisby-folk commented 1 year ago

Oops, forgot to update this - More recipes do appear in EMI now, but smithing and brewing recipes especially do not.

image

Worth noting that EMI repair recipes (i.e. recipes that change damage) will randomly vary durability of the inputs. Unsure how to access this on the API, but it would be important for our mod for v3 - where we have much less recipes.

Kisuny commented 11 months ago

Same problem! image image