Skip to content
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

Open
StockiesLad opened this issue Dec 18, 2024 · 4 comments
Open

Client Init for fabric mods absent #181

StockiesLad opened this issue Dec 18, 2024 · 4 comments

Comments

@StockiesLad
Copy link

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

@StockiesLad StockiesLad changed the title ForwardingBakedModel implementation completely ignored. Custom model implementation completely ignored. Dec 18, 2024
@StockiesLad
Copy link
Author

After testing a bit. It doesn't even call the event modifyModelAfterBake at all.

@StockiesLad
Copy link
Author

After even more testing. The Client isn't even initialising on forge and idk why

@StockiesLad StockiesLad changed the title Custom model implementation completely ignored. Client Init for fabric mods absent Dec 18, 2024
@Su5eD
Copy link
Member

Su5eD commented Dec 18, 2024

Client init for fabric mods isn't handled by ffapi. Are you running your fabric mod on forge via connector?

@StockiesLad
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants