Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 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' // amount of healing it does total
  5. # time: '12' //amount of seconds it takes to get the full healing
  6. # effect: 'effect:lvl:duration' //example: nausea:1:60, causes lvl 1 nause for 60 seconds. Leave empty for no effect, use potion effects
  7. Food:
  8. Bread: Crunchy_Bread
  9. ItemID: '297'
  10. health: '10'
  11. time: '12'
  12. effect: ''
  13. Porkchop: Tasty_Porkchop
  14. ItemID: '320'
  15. health: '30'
  16. time: '16'
  17. effect: 'Strength:2:16'
  18. Steak: Juicy_Steak
  19. ItemID: '364'
  20. health: '30'
  21. time: '16'
  22. effect: 'Strength:3:12'
  23. RawPorkchop: Uncooked_Porkchop
  24. ItemID: '319'
  25. health: '5'
  26. time: '3'
  27. effect: 'Nausea:3:6'
  28. RawSteak: Uncooked_Steak
  29. ItemID: '363'
  30. health: '5'
  31. time: '3'
  32. effect: 'Nausea:3:6'
  33. Chicken: Tasty_Chicken
  34. ItemID: '366'
  35. health: '25'
  36. time: '12'
  37. effect: 'Speed:1:6'
  38. RawChicken: Uncooked_Chicken
  39. ItemID: '365'
  40. health: '3'
  41. time: '3'
  42. effect: 'Poison:3:12'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement