Advertisement
LaicosVK

Untitled

Jun 27th, 2025
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | Gaming | 0 0
  1. {
  2. "type": "minecraft:loot_table",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "name": "minecraft:bat_spawn_egg",
  10. "functions": [
  11. {
  12. "function": "minecraft:set_components",
  13. "components": {
  14. "minecraft:item_model": "skyblock:hut_zylinder",
  15. "minecraft:consumable": {
  16. "consume_seconds": 5
  17. },
  18. "minecraft:food": {
  19. "nutrition": 5,
  20. "saturation": 6,
  21. "can_always_eat": true
  22. },
  23. "minecraft:item_name": "Zylinder"
  24. }
  25. }
  26. ],
  27. "weight": 10
  28. },
  29. {
  30. "type": "minecraft:item",
  31. "name": "minecraft:blaze_spawn_egg",
  32. "weight": 5
  33. }
  34. ]
  35. }
  36. ]
  37. }
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement