Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "modid": "ElectroblobWizardry",
- "segments": [
- {
- "class": "electroblob.wizardry.item.ItemWand",
- "type": "item",
- "actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR", "RIGHT_CLICK_ENTITY" ],
- "flags": "PVP"
- },
- {
- "class": "electroblob.wizardry.item.ItemSpellBook",
- "type": "item",
- "actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR", "RIGHT_CLICK_ENTITY" ],
- "flags": "PVP"
- },
- {
- "class": "electroblob.wizardry.item.ItemScroll",
- "type": "item",
- "actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR", "RIGHT_CLICK_ENTITY" ],
- "flags": "PVP"
- },
- {
- "class": "electroblob.wizardry.item.ItemSmokeBomb",
- "type": "item",
- "actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR", "RIGHT_CLICK_ENTITY" ],
- "flags": "PVP"
- },
- {
- "class": "electroblob.wizardry.item.ItemFireBomb",
- "type": "item",
- "actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR", "RIGHT_CLICK_ENTITY" ],
- "flags": "PVP"
- },
- {
- "class": "electroblob.wizardry.item.ItemPoisonBomb",
- "type": "item",
- "actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR", "RIGHT_CLICK_ENTITY" ],
- "flags": "PVP"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment