Jump to content

baconsbestman

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    New York
  • Personal Text
    Been modding for a year now. Not a pro but I know

baconsbestman's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I have added this else if statement to let you jump out of the water if(flag && e.motionY < 0.0D){ if(!Minecraft.getMinecraft().gameSettings.keyBindJump.getIsKeyPressed()){ e.motionY = 0.0D; }else if(Minecraft.getMinecraft().gameSettings.keyBindJump.getIsKeyPressed()){ e.motionY = 0.5D; }
×
×
  • Create New...

Important Information

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