You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When registering custom IConditionFactorys via a _factories.json file, there is no way to register these using a different namespace, due to CraftingHelper always prefixing the string with the current modid.
This is intentional and will not change. If you MUST donlibrary stuff, then register the factory in the "library" and use the full name in the recipe itself. Thats why we force the namespaces, and load them from all mods before loading the recipes themselves. So you can depend on anothers factory.
When registering custom
IConditionFactory
s via a_factories.json
file, there is no way to register these using a different namespace, due to CraftingHelper always prefixing the string with the current modid.MinecraftForge/src/main/java/net/minecraftforge/common/crafting/CraftingHelper.java
Line 579 in afd6de3
Imo this should check for a modid prefix before substituting the current modid.
The text was updated successfully, but these errors were encountered: