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

45 lines
977 B
JSON

{
"_fv": 73,
"_type": "tool",
"definition": {
"toolType": "Shield",
"renderType": 0,
"blockingRenderType": 0,
"texture": "minecraft:empty_slot_sword",
"customModelName": "Normal",
"blockingModelName": "Normal blocking",
"name": "Phantom Sword",
"specialInformation": {
"fixedValue": [
"Can block like a shield",
"6 Attack Damage"
]
},
"creativeTabs": [
{
"value": "CUSTOM:MtS"
}
],
"efficiency": 4.0,
"attackSpeed": 0.5,
"enchantability": 2,
"damageVsEntity": 4.0,
"usageCount": 1250,
"glowCondition": {
"fixedValue": true
},
"repairItems": [
{
"value": "Items.PHANTOM_MEMBRANE"
}
],
"immuneToFire": false,
"blockDropsTier": "DIAMOND",
"blocksAffected": [],
"stayInGridWhenCrafting": false,
"damageOnCrafting": false,
"onEntitySwing": {
"name": "PhantomSwordEntitySwingsItem"
}
}
}