Posted February 24, 201312 yr Can you have a server mod tell the client to display an item when a recipe is put into a crafting table? Right now I have a custom recipe which works, but unless the mod is also installed on the client, they can't see the output of the recipe until they click on it. I'm new to forge so if it can be done, if you can just point me in the right direction I can probably figure out the rest. Thanks!
February 25, 201312 yr I don't think so. You can force check if a client has your mod installed (I believe it's done using NetworkMod annotation and clientSideRequired = true). Normal way of running mods is having them on server AND on client as well (of course there are exceptions, like client-only usually affecting rendering stuff like optifine or map mods and server-only like backup mods). mnn.getNativeLang() != English If I helped you please click on the "thank you" button.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.