Jump to content

Recommended Posts

Posted

I'm quite new to modding (and forums), and I'm trying let the player shoot/spawn a custom entity fireball on right click. I made an item that shoots the entity correctly, but this isn't what I want. I think I need to send packets to the server in order for it to work, I'm just not sure how to go about it properly. I assume world.addEntity might not work, only because it doesn't show up in-game. Any help is appreciated.

Posted

I'm going to assume that the right click is with an empty hand. If so, you would definitely need to set up a network and send the packet to the server so World#addEntity can be called. If it's through an item, then you can just check the side within Item#onItemRightClick and then add the entity,

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.