Guest User

spawn.json

a guest
May 26th, 2022
51,737
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 1 0
  1. [
  2. {
  3. "mob": ["minecraft:skeleton","minecraft:zombie"],
  4. "result": "allow",
  5. "phase": "nighttime",
  6. "speedmultiply": 1.5
  7. },
  8. {
  9. "hostile": true,
  10. "result": "allow",
  11. "phase": "nighttime",
  12. "speedmultiply": 1.5
  13. },
  14. {
  15.  
  16. "mob": ["minecraft:skeleton","minecraft:zombie"],
  17. "incontrol": false,
  18. "result": "deny"
  19.  
  20. }
  21. ]
Advertisement
Add Comment
Please, Sign In to add comment