cawezs_expanded_world/elements/EyeCannon.mod.json
2024-04-28 11:00:35 -04:00

37 lines
794 B
JSON
Executable File

{
"_fv": 47,
"_type": "tool",
"definition": {
"toolType": "Sword",
"renderType": 0,
"texture": "eyeannon",
"customModelName": "Normal",
"name": "Eye Cannon",
"specialInfo": [
"Right click to teleport",
"Charge with pearls at an anvil"
],
"creativeTab": {
"value": "CUSTOM:MantleToStratusTab"
},
"harvestLevel": 1,
"efficiency": 0.0,
"attackSpeed": 1.0,
"enchantability": 2,
"damageVsEntity": 1.0,
"usageCount": 32,
"blocksAffected": [],
"hasGlow": true,
"repairItems": [
{
"value": "Items.ENDER_PEARL"
}
],
"immuneToFire": false,
"stayInGridWhenCrafting": false,
"damageOnCrafting": false,
"onRightClickedInAir": {
"name": "EyeCannonShoots"
}
}
}