cawezs_expanded_world/elements/EyeCannon.mod.json
COW_ILLUMINATI ea3188c2f7 1.3.2
2024-06-01 07:40:53 -04:00

43 lines
942 B
JSON
Executable File

{
"_fv": 60,
"_type": "tool",
"definition": {
"toolType": "Sword",
"renderType": 0,
"blockingRenderType": 0,
"texture": "eyeannon",
"customModelName": "Normal",
"blockingModelName": "Normal blocking",
"name": "Eye Cannon",
"specialInformation": {
"fixedValue": [
"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": [],
"glowCondition": {
"fixedValue": true
},
"repairItems": [
{
"value": "Items.ENDER_PEARL"
}
],
"immuneToFire": false,
"stayInGridWhenCrafting": false,
"damageOnCrafting": false,
"onRightClickedInAir": {
"name": "EyeCannonShoots"
}
}
}