Modular power suit dont work with IC2 Classic
RedneTwo opened this issue · 7 comments
Version info
Java version: 17
Minecraft Forge version: 1.19.2 - forge 43.3.9
Describe the bug
The armor dont show when put in your armor slot
To Reproduce
Steps to reproduce the behavior:
- Go to install IC2 Classic and Modular Powersuit
- Equip the armor from modular
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Mod list
Including versions, provided by crash report if game crashed:
IC2 Classic "i test in all versions"
Modular Powersuit "i test in all versions"
Numina "i test in all versions"
Unfortunately this is not going to be something I can just say "oh it's this" and come up with a work around. The most likely cause is one of the mixins they use which causes ModelEvent.RegisterAdditional to simply not even fire. Figuring out which one, and figuring out a work around just isn't with the scope of available time I have.
@lehjr the info i can provide is the following.
Most of our mixins that ic2classic has are just accessor mixins because i want to avoid to use ATS (my own bias, i am working on it)
And those who aren't accessors are not even close to related to rendering itself.
But if there is anything I can fix let me know.