-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client Init for fabric mods absent #181
Comments
After testing a bit. It doesn't even call the event |
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? |
yeah. Everything else works fine but client init just doesn't happen for some reason. Works perfectly fine on fabric tho |
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
The text was updated successfully, but these errors were encountered: