Jump to content

DHunter

Members
  • Posts

    8
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

DHunter's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. It not work .... if(player.getCurrentItemOrArmor(1) != null){ ItemStack boots = player.getCurrentItemOrArmor(1); if(boots.getItem() == Basic.Flippers){ if(player.isInWater()) { float f = 2.0F; player.motionX *= f; player.motionZ *= f; } } }
  2. i know "if (player.isWet)" but i need the speed up code
  3. How can i add movement speed in water without Potion Effect? what code should i enter ?
  4. Thanks for your reply I am the first time to code Helmet, so I didn't know it well Can you give the sources code to be example?
  5. Hi Guys, Today I have 2 questions 1. I want in the mod is when the player jump into the water, then the mod will add an effect to the player and need the player wear the helmet, also when he leave the water, then the potion effect will disappear? 2. How to make a plant in a water? I google it so many, still can't fix the problem I am the first time to post here, if have any Grammar problem, Sorry
×
×
  • Create New...

Important Information

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