Posted August 1, 20196 yr I tried to register a custom IConditionSerializer using _factories.json, but my class is never called. Is there a different way to do this in 1.14? _factories.json: { "conditions": { "config":"com.faendir.minecraft.hadron.generated.HadronConfigConditionFactory" } }
August 2, 20196 yr Author That works. No need to do it in the mod constructor, FMLCommonSetup works as well.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.