24 lines
480 B
JSON
24 lines
480 B
JSON
{
|
|
"_fv": 73,
|
|
"_type": "projectile",
|
|
"definition": {
|
|
"projectileItem": {
|
|
"value": "Items.TORCH"
|
|
},
|
|
"showParticles": true,
|
|
"actionSound": {
|
|
"value": "entity.arrow.shoot"
|
|
},
|
|
"igniteFire": true,
|
|
"power": 2.0,
|
|
"damage": 0.0,
|
|
"knockback": 4,
|
|
"entityModel": "Default",
|
|
"customModelTexture": "",
|
|
"modelWidth": 0.5,
|
|
"modelHeight": 0.5,
|
|
"onHitsBlock": {
|
|
"name": "TorchProjectileProjectileHitsBlock"
|
|
}
|
|
}
|
|
} |