Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. {
  2. "name": "ore",
  3. "type": "spawner",
  4. "enabled": true,
  5. "loadDefault": false,
  6. "mobCount": 1,
  7. "ignoreDimensions": true,
  8. "ignoreBiomes": true,
  9. "ignoreCollision": true,
  10. "ignoreLightLevel": true,
  11. "ignoreGroupLimit": true,
  12. "ignoreForgeCanSpawnEvent": true,
  13. "blockBreakRadius": 1,
  14. "conditions": [],
  15. "triggers": [
  16. {
  17. "type": "ore",
  18. "onHarvest": false,
  19. "chance": 0.4
  20. }
  21. ],
  22. "locations": [
  23. {
  24. "type": "base",
  25. "rangeMin": [
  26. 0,
  27. 0,
  28. 0
  29. ],
  30. "rangeMax": [
  31. 0,
  32. 0,
  33. 0
  34. ],
  35. "sorting": "random"
  36. }
  37. ],
  38. "mobSpawns": [
  39. {
  40. "mobId": "mountainmobs.geonach",
  41. "weight": 8
  42. }
  43. ]
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement