Jump to content

Recommended Posts

Posted

Hi, I know how to make custom creative tabs and the basics. I'm trying to add the spawn eggs that are created during the EntityRegistry to a custom creative tab, but I don't know where i should use the .setCreativeTab() method. I traced the spawn egg creation as far as EntityEggInfo, but that didn't really help.

Posted

EntityList.ENTITY_EGGS is a Map<ResourceLocation, EntityEggInfo>. Get the EntityEggInfo for an Entity by using an Entity's registry ResourceLocation. Look at ItemMonsterPlacer#getSubItems on how to get a spawn egg ItemStack to add to your creative tab.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

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.