cawezs_mantle_to_stratus/elements/Banisher.mod.json
2025-02-06 11:10:32 -05:00

42 lines
890 B
JSON

{
"_fv": 73,
"_type": "tool",
"definition": {
"toolType": "Hoe",
"renderType": 0,
"blockingRenderType": 0,
"texture": "banisher",
"customModelName": "Normal",
"blockingModelName": "Normal blocking",
"name": "Banisher",
"specialInformation": {
"fixedValue": []
},
"creativeTabs": [
{
"value": "CUSTOM:MtS"
}
],
"efficiency": 4.0,
"attackSpeed": 10.0,
"enchantability": 2,
"damageVsEntity": 0.1,
"usageCount": 100,
"glowCondition": {
"fixedValue": true
},
"repairItems": [
{
"value": "Items.CHORUS_FRUIT_POPPED"
}
],
"immuneToFire": false,
"blockDropsTier": "IRON",
"blocksAffected": [],
"stayInGridWhenCrafting": false,
"damageOnCrafting": false,
"onEntityHitWith": {
"name": "BanisherLivingEntityIsHitWithTool"
}
}
}