superb-warfare/elements/MortarShell.mod.json
2024-05-04 14:26:24 +08:00

28 lines
No EOL
637 B
JSON

{
"_fv": 57,
"_type": "projectile",
"definition": {
"projectileItem": {
"value": "Blocks.AIR"
},
"showParticles": false,
"actionSound": {
"value": "entity.arrow.shoot"
},
"igniteFire": false,
"power": 1.0,
"damage": 5.0,
"knockback": 5,
"entityModel": "Modelmortar_shell_Converted",
"customModelTexture": "mortar_shell.png",
"onHitsBlock": {
"name": "MortarShellDanSheWuJiZhongShiTiShi"
},
"onHitsEntity": {
"name": "MortarShellDanSheWuJiZhongShiTiShi"
},
"onFlyingTick": {
"name": "MortarShellDanSheWuFeiXingShiMeiKeFaSheng"
}
}
}