Advertisement
HalestormXV

Untitled

Jul 7th, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. potentialspawn.json
  2. [
  3. {
  4. "dimension": 0,
  5. "mobs":
  6. [
  7. {
  8. "mob": "customnpcs:npchumanmale",
  9. "weight": 5,
  10. "groupcountmin": 1,
  11. "groupcountmax": 3
  12. }
  13. ]
  14. }
  15. ]
  16. spawn.json
  17. [
  18. {
  19. "mob": "customnpcs:npchumanmale",
  20. "maxcount": 8,
  21. "result": allow
  22. }
  23. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement