Jump to content

Mob containers


ChickenSpeed12

Recommended Posts

Does anyone know how I can store a item in a slot for an entity? To be more specific I want to store a helmet slot (but not anything else). I’ve already looked in the code of the zombie, skeleton, zombified piglin, etc. But there’s a lot in there, and you can’t find anything in that heap of code. Thanks in advance!

Link to comment
Share on other sites

If it were me, I'd probably take a look into capabilities, and add whatever the item handler capability is called (been a hot minute since I've tinkered with them, so no idea if they've changed) to the mobs I wanted when they are spawned into the world.

 

Give it a try, if you run into problems, post your code (pref to a working github repository) for further help. :) Good luck!

Link to comment
Share on other sites

There are examples of capabilities on the forums and in the forge docs as well as the forge github that you could use to get started. Poke around some. You can use this to get started: https://docs.minecraftforge.net/en/latest/datastorage/capabilities/

Try some stuff, write some code and share a link to it, it's like bait when fishing, you'll get a bite faster/more bites than an empty hook!

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.