Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. {
  2. "format_version": "1.10",
  3. "minecraft:item": {
  4. "description": {
  5. "identifier": "toka7290:testfooditem"
  6. },
  7.  
  8. "components": {
  9. "minecraft:foil": false,
  10. "minecraft:hand_equipped": false,
  11. "minecraft:max_damage" : 0,
  12. "minecraft:max_stack_size": 64,
  13. "minecraft:stacked_by_data":true,
  14. "minecraft:use_duration": 32,
  15. "minecraft:food":{
  16. "Nutrition":6,
  17. "can_always_eat":true,
  18. "saturation_modifier":"supernatural",
  19. "effects":[
  20. {
  21. "name": "regeneration",
  22. "chance": 1.0,
  23. "duration": 60,
  24. "amplifier": 10
  25. },
  26. {
  27. "name": "absorption",
  28. "chance": 1.0,
  29. "duration": 120,
  30. "amplifier": 30
  31. }
  32. ],
  33. "is_meat":false,
  34. "cooldown_time": 0
  35. }
  36. }
  37. }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement