emilyploszaj / emi

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

Add Minecraft Recipe IDs where appropriate #387

Closed shartte closed 6 months ago

shartte commented 8 months ago

To aid mods that need to correlate EMI recipes with Minecraft recipes (i.e. for saving references to them in NBT data or similar), this adds a defaulted method to access the Minecraft Recipe ID via EmiRecipe. For many of the EMI recipes, this is just the normal recipe id (but not for all...).

emilyploszaj commented 6 months ago

Since this is now in EMI this PR is no longer necessary