25 lines
515 B
JSON
25 lines
515 B
JSON
{
|
|
"_fv": 60,
|
|
"_type": "projectile",
|
|
"definition": {
|
|
"projectileItem": {
|
|
"value": "Items.FIRE_CHARGE"
|
|
},
|
|
"showParticles": true,
|
|
"actionSound": {
|
|
"value": "entity.arrow.shoot"
|
|
},
|
|
"igniteFire": true,
|
|
"power": 2.0,
|
|
"damage": 1.25,
|
|
"knockback": 5,
|
|
"entityModel": "Default",
|
|
"customModelTexture": "",
|
|
"onHitsPlayer": {
|
|
"name": "FlairProjectileHitsLivingEntity"
|
|
},
|
|
"onHitsEntity": {
|
|
"name": "FlairProjectileHitsLivingEntity"
|
|
}
|
|
}
|
|
} |