Jump to content

[1.16.3] Need help with custom trident models


Kuwujii

Recommended Posts

A lot of this seems like copy-paste code. I'm not going to search through your code since I'm guessing based on how it looks that pretty much the only difference is the textures. So let's go over the few things. First, you need an ISTER (ItemStackTileEntityRenderer) for your item to render as a 3d model in that sense. You can also just make the 3d model using a json file since it's literally the same exact thing. Second, keep your client and server code separated. Third, if you do end up making a custom entity for whatever reason, you will probably have to sync the data from the server to the client using IEntityAdditionalSpawnData and override the packet handling to forge's within NetworkHooks. Finally, don't copy-paste code. You don't learn anything and end up wondering what went wrong when it doesn't it work the same as vanilla.

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.



×
×
  • Create New...

Important Information

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