Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. {
  2. "name": "torch",
  3. "loadDefault": true,
  4. "mobCount": 1,
  5. "ignoreDimensions": true,
  6. "ignoreBiomes": true,
  7. "ignoreLightLevel": true,
  8. "conditions": [],
  9. "triggers": [
  10. {
  11. "type": "tick",
  12. "chance": 0.25,
  13. "tickRate": 400
  14. }
  15. ],
  16. "locations": [
  17. {
  18. "type": "block",
  19. "rangeMin": [16, 0, 16],
  20. "rangeMax": [32, 32, 32],
  21. "sorting": "random",
  22. "blocks": [
  23. "minecraft:torch"
  24. ],
  25. "listType": "whitelist"
  26. }
  27. ],
  28. "mobSpawns": [
  29. {
  30. "mobId": "infernomobs.cinder",
  31. "weight": 8,
  32. "blockCost": 1,
  33. "mobSizeScale": 0.2
  34. }
  35. ]
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement