Guest User

Untitled

a guest
Feb 3rd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. {
  2. "modid": "ElectroblobWizardry",
  3. "segments": [
  4. {
  5. "class": "electroblob.wizardry.item.ItemWand",
  6. "type": "item",
  7. "actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR", "RIGHT_CLICK_ENTITY" ],
  8. "flags": "PVP"
  9. },
  10. {
  11. "class": "electroblob.wizardry.item.ItemSpellBook",
  12. "type": "item",
  13. "actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR", "RIGHT_CLICK_ENTITY" ],
  14. "flags": "PVP"
  15. },
  16. {
  17. "class": "electroblob.wizardry.item.ItemScroll",
  18. "type": "item",
  19. "actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR", "RIGHT_CLICK_ENTITY" ],
  20. "flags": "PVP"
  21. },
  22. {
  23. "class": "electroblob.wizardry.item.ItemSmokeBomb",
  24. "type": "item",
  25. "actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR", "RIGHT_CLICK_ENTITY" ],
  26. "flags": "PVP"
  27. },
  28. {
  29. "class": "electroblob.wizardry.item.ItemFireBomb",
  30. "type": "item",
  31. "actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR", "RIGHT_CLICK_ENTITY" ],
  32. "flags": "PVP"
  33. },
  34. {
  35. "class": "electroblob.wizardry.item.ItemPoisonBomb",
  36. "type": "item",
  37. "actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR", "RIGHT_CLICK_ENTITY" ],
  38. "flags": "PVP"
  39. }
  40. ]
  41. }
Advertisement
Add Comment
Please, Sign In to add comment