use the `emi_loot` namespace instead of the `emi` namespace in recipe id
walksanatora opened this issue ยท 4 comments
another nitpick since I am currently dumping recipes for future EMC usage.
please don't use the emi namespace. it makes it a lot harder to notice which recipes are yours.
as inorder to check if it is your recipe I have to check for emi
namespace and then emi_loot
as the "root" folder of the path
instead of emi:emi_loot/block_drops/minecraft/blocks/oak_leaves
it could instead be emi_loot:block_drops/minecraft/blocks/oak_leaves
this also makes more sense as the recipe category is emi_loot:block_drops
Those recipe ids are synthetic and were made when Emi's recommendation was to use the emi namespace for them. I'll put a note to update them now that her recommendation has changed
idk if the reccomendation has changed.
It is just that it doesen't feel quite right to put it under emi namespaces. but I can re-check if it is still correct (and afterall I can still filter by recipe category)