-
Notifications
You must be signed in to change notification settings - Fork 26
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
Incompatible with clients without the mod and with Fabric API on 1.20+ or exactly 0.79.0 #67
Comments
Also experiencing this issue, this is how it looks:
|
Additional information from Fabric devs: https://fabricmc.net/2023/05/25/120.html
|
Patbox said that the minimal dependency for this would be depending on and including |
Also experiencing this issue, the client receives an error about mismatched mods but it tells the user that the mod is carpet instead of carpet-autoCraftingTable, this has caused quite a bit of confusion with members switching from vanilla to a fabric client Mostly just an inconvenience for members to have to install more mods on top of what they may already have |
+1 This is really annoying! |
Is there any way to refactor this mod so that it can just be server-side? Otherwise there should be a mention somewhere that carpet-autocrafter is a server and client-sided mod and also note its incompatibility with optifabric. |
It seems that optifabric was making changes to make these two mods compatible but as you can see whatever I am trying to run isn't working so looking into whether the changes were included into the most recent build that is published on curseforge. As you can see here... [Question] Regarding latest build on curseforge |
That's about fabric-carpet, not carpet-autocraftingtable, see Chocohead/OptiFabric#1010. |
+1 for getting this fixed asap! Server-only mods should not force clients to also be modded. |
carpet:autocraftingtable
is being regsynced, so the client will complain it doesn't know about it.Idk if you need Fabric API on the server (any version).
I think this is also currently an issue if there's other mods that affect the registry but not autocraftingtable, given it seems to have been a bug in Fabric API that is being fixed on 1.20 (kept in 1.19.4 for backwards compat with mods working because of the bug).
The text was updated successfully, but these errors were encountered: