Advertisement
Guest User

Elijah Austin My custom mob

a guest
Nov 18th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. I'm trying to figure out why the armor wont go on my custom mob provided below. I think I have everything set up right. I have the drop table setup right and everything. Also the items are set up right. The blood drops but for some reason the mob doesn't spawn with the armor even after a reload it doesn't put the armor on the zombie. All I'm trying to do is get the zombie to wear the armor. I don't want him to drop it at all. The only thing I want him to drop is the blood which he already does.
  2. ----------------------------------------------------------------------------------------------
  3. BloodZombie:
  4. Type: Zombie
  5. Drops:
  6. - BloodZombie
  7. Equiment:
  8. - ZombieHelmet:4
  9. - ZombieChestplate:3
  10. - ZombieLeggings:2
  11. - ZombieBoots:1
  12. ----------------------------------------------------------------------------------------------
  13. BloodZombie:
  14. Drops:
  15. - ZombieHelmet:4 1 0
  16. - ZombieChestlate:3 1 0
  17. - ZombieLeggings:2 1 0
  18. - ZombieBoots:1 1 0
  19. - Blood 1 .5
  20. ----------------------------------------------------------------------------------------------
  21. ZombieHelmet:
  22. Id: '306'
  23. Display: Zombie1 Helmet
  24. ZombieChestplate:
  25. Id: '307'
  26. Display: Zombie1 Chestplate
  27. ZombieLeggings:
  28. Id: '308'
  29. Display: Zombie1 Leggings
  30. ZombieBoots:
  31. Id: '309'
  32. Display: Zombie1 Boots
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement