Jump to content

OIWeirdo

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

OIWeirdo's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. So I was bored and decided to make a mod that would allow me to craft spawn eggs. The only issue I have is that I have no clue how to edit the NBT of the output so it sets the egg to spawn a specified mob. GameRegistry.addShapedRecipe(new ItemStack(Items.SPAWN_EGG, 1, 93), new Object[] { "FEF", "EIE", "FEF", 'E', Items.EGG, 'F', Items.EMERALD, 'I', Items.FEATHER }); The recipe is registered and works but I end up with a blank spawn egg. (The above is supposed to allow me to craft a chicken egg)
  2. So this has probably been asked before but I can't seem to find a thread with a solid answer or any at all really. I would like to know how to change the glowing potion effect color when it's been applied via wearing a full set of armor. I have the potion set up just fine but it's currently just a white color and I would like to make it green. I know this is possible via ingame scoreboard commands but I would like to have it set to green without the player having to do anything but put the armor on. Thanks in advance, OIWeirdo
×
×
  • Create New...

Important Information

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