Jump to content

Tell crafting table to display an output client side


suckycomedian

Recommended Posts

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!

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.