shulker.json 385 B

123456789101112131415161718192021
  1. {
  2. "type": "minecraft:entity",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "name": "minecraft:shulker_shell"
  10. }
  11. ],
  12. "conditions": [
  13. {
  14. "condition": "minecraft:random_chance_with_looting",
  15. "chance": 0.5,
  16. "looting_multiplier": 0.0625
  17. }
  18. ]
  19. }
  20. ]
  21. }