Addon API usage issues
ramidzkh opened this issue ยท 2 comments
IAEAddonEntrypoint
improperly says the common initializer is still namedappliedenergistics2
while it'sae2
- By the time
ae2
triggers, it is too late to register parts withPartModels.registerModels
as it's already frozen. A temporary workaround I found was to trigger my initializer at the end ofAppEngBase#<init>
I'm pretty sure these issues are exclusive to Fabric since IAEAddonEntrypoint
's not used on Forge and Applied Mekanistics registers P2P tunnel models with no issue
Which version are you targeting? 1.18.2?
(I know this probably exists on multiple versions but recent registry changes make it a bit more touchy)