Posted July 11, 20178 yr 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.
July 11, 20178 yr 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.