Advertisement
Guest User

RocketBoots

a guest
Jul 26th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. boots:
  2. chainmail:
  3. # How many lightning strikes should the chainmail boots strike with when you land?
  4. # More lightning strikes => more damage, more noise
  5. # Set this to zero to disable lightning strikes
  6. # Default 5, max 20
  7. numLightningStrikes: 5
  8.  
  9. # Use real lightning, or just the effect when you land
  10. realLightning: true
  11.  
  12. leather:
  13. # How fast should animals/players/mobs be launched into the air with
  14. # leather boots?
  15. # Default 20. Minimum 10, max 50
  16. launchSpeed: 20
  17.  
  18. iron:
  19. # How fast should animals/players/mob be launched *upwards* with iron boots?
  20. # (this doesn't affect their speed away from you, just how high they'll go)
  21. # Default 10. Minimum 1, max 50
  22. verticalSpeed: 10
  23.  
  24. diamond:
  25. # How fast should you travel upwards with diamond boots?
  26. # (this doesn't affect your speed in the direction you're facing, just your
  27. # vertical speed)
  28. # Default 60. Minimum 10, max 100
  29. verticalSpeed: 60
  30.  
  31. # How fast should you fly in the direction you're facing with diamond boots?
  32. # (this doesn't affect your vertical speed)
  33. # Default 50. Minimum 10, max 100
  34. speedMultiplier: 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement