NPE with CoTDDDDamageTypeBuilder
yeelp opened this issue ยท 1 comments
java.lang.NullPointerException
at yeelp.distinctdamagedescriptions.integration.crafttweaker.types.CoTDDDDamageTypeBuilder.register(CoTDDDDamageTypeBuilder.java:65)
This suggests that the damage types registry isn't initialized yet. Didn't come up in testing, which is odd, but is probably just due to mod load order and I got (un)lucky in testing.
Save the damage types to be registered in post init or something, similar to the distribution builder.