Client Init for fabric mods absent
StockiesLad opened this issue ยท 5 comments
Using a custom model implementation doesn't work. I'm unsure of the reason, so I'll just provide the details:
Here is the Plugin:
https://github.com/StockiesLad/Carbonize/blob/main/src/main/java/net/jmb19905/CarbonizeClient.java
Here is the model itself:
https://github.com/StockiesLad/Carbonize/blob/main/src/main/java/net/jmb19905/model/CharringWoodBlockModel.java
Logs:
https://gist.github.com/StockiesLad/5e67d35defc2545b9053caa92a030b68
After testing a bit. It doesn't even call the event modifyModelAfterBake at all.
After even more testing. The Client isn't even initialising on forge and idk why
Client init for fabric mods isn't handled by ffapi. Are you running your fabric mod on forge via connector?
Client init for fabric mods isn't handled by ffapi. Are you running your fabric mod on forge via connector?
yeah. Everything else works fine but client init just doesn't happen for some reason. Works perfectly fine on fabric tho