Jump to content

Recommended Posts

Posted

So i have been trying to make a custom potion for some time now ,and i finally figured out how to add in a potion

but i can't figure out how to grab it using the (/give command) because i can't find the potion id because Minecraft calculates potion IDs weirdly

 

here's how i added the potion in to the game

 

public static Potion Radiation;

 

Radiation= new RadiationEffect(25, true, 0).setIconIndex(0, 0).setPotionName("potion.radiationEffect");

 

PotionHelper.potionRequirements.put(Integer.valueOf(Main.Radiation.getId()), "0 & !1 & !2 & 3 & 10");

 

and it works, sort of but i can't find the ID of the potion

 

if possible could someone help me?

Posted

So i have been trying to make a custom potion for some time now ,and i finally figured out how to add in a potion

but i can't figure out how to grab it using the (/give command) because i can't find the potion id because Minecraft calculates potion IDs weirdly

 

here's how i added the potion in to the game

 

public static Potion Radiation;

 

Radiation= new RadiationEffect(25, true, 0).setIconIndex(0, 0).setPotionName("potion.radiationEffect");

 

PotionHelper.potionRequirements.put(Integer.valueOf(Main.Radiation.getId()), "0 & !1 & !2 & 3 & 10");

 

and it works, sort of but i can't find the ID of the potion

 

if possible could someone help me?

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.