Advertisement
Guest User

Untitled

a guest
Apr 17th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. {
  2. "foods":
  3. [
  4. {
  5. "name":"Cooked Mutton",
  6. "textureName":"muttoncooked",
  7. "healAmount": 4,
  8. "saturationModifier": 0.625,
  9. "creativeTab": "Foodstuffs",
  10. "isWolfFood": "true",
  11. "potionEffect":
  12. {
  13. "effect": "regeneration",
  14. "potionDuration": 7.5,
  15. "potionAmplifier": 0,
  16. "potionEffectProbability": 1.00
  17. }
  18. },
  19.  
  20. {
  21. "name":"Cooked Beef",
  22. "textureName":"beefcooked",
  23. "healAmount": 6,
  24. "saturationModifier": 0.166666666667,
  25. "creativeTab": "Foodstuffs",
  26. "isWolfFood": "true",
  27. "potionEffect":
  28. {
  29. "effect": "regeneration",
  30. "potionDuration": 4.0,
  31. "potionAmplifier": 0,
  32. "potionEffectProbability": 1.00
  33. }
  34. },
  35.  
  36. {
  37. "name":"Cooked Pork",
  38. "textureName":"porkcooked",
  39. "healAmount": 2,
  40. "saturationModifier": 0.375,
  41. "creativeTab": "Foodstuffs",
  42. "isWolfFood": "true",
  43. "potionEffect":
  44. {
  45. "effect": "regeneration",
  46. "potionDuration": 5.0,
  47. "potionAmplifier": 1,
  48. "potionEffectProbability": 1.00
  49. }
  50. },
  51.  
  52. {
  53. "name":"Cooked Chicken",
  54. "textureName":"chickencooked",
  55. "healAmount": 3,
  56. "saturationModifier": 1,
  57. "creativeTab": "Foodstuffs",
  58. "isWolfFood": "true",
  59. "potionEffect":
  60. {
  61. "effect": "regeneration",
  62. "potionDuration": 2.5,
  63. "potionAmplifier": 0,
  64. "potionEffectProbability": 0.60
  65. }
  66. },
  67.  
  68. {
  69. "name":"Cooked Chicken Leg",
  70. "textureName":"chickencookedleg",
  71. "isWolfFood": "true",
  72. "healAmount": 1,
  73. "saturationModifier": 0.4,
  74. "creativeTab": "Foodstuffs"
  75. },
  76.  
  77. {
  78. "name":"Cooked Chicken Wing",
  79. "textureName":"chickencookedwing",
  80. "healAmount": 1,
  81. "saturationModifier": 0.5,
  82. "creativeTab": "Foodstuffs",
  83. "isWolfFood": "true"
  84. },
  85.  
  86. {
  87. "name":"Cooked Chicken Breast",
  88. "textureName":"chickencookedbreast",
  89. "healAmount": 1,
  90. "saturationModifier": 0.6,
  91. "creativeTab": "Foodstuffs",
  92. "isWolfFood": "true",
  93. "potionEffect":
  94. {
  95. "effect": "regeneration",
  96. "potionDuration": 5,
  97. "potionAmplifier": 0,
  98. "potionEffectProbability": 0.45
  99. }
  100. }
  101. ]
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement