Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2013
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. #Food:
  2. # Tasty_Diamond_Chestplate: //custom display name for the item
  3. # ItemID: '311' //item id of a diamond chestplate
  4. # health: '500' // ammount of healling it does total
  5. # time: '12' //ammount of seconds it takes to get the full healling
  6. Food:
  7. Bread: Crunchy_Bread
  8. ItemID: '297'
  9. health: '10'
  10. time: '12'
  11. Porkchop: Tasty_Porkchop
  12. ItemID: '320'
  13. health: '30'
  14. time: '16'
  15. Steak: Juicy_Steak
  16. ItemID: '364'
  17. health: '30'
  18. time: '16'
  19. RawPorkchop: Uncooked_Porkchop
  20. ItemID: '319'
  21. health: '5'
  22. time: '3'
  23. RawSteak: Uncooked_Steak
  24. ItemID: '363'
  25. health: '5'
  26. time: '3'
  27. Chicken: Tasty_Chicken
  28. ItemID: '366'
  29. health: '25'
  30. time: '12'
  31. RawChicken: Uncooked_Chicken
  32. ItemID: '365'
  33. health: '3'
  34. time: '3'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement