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

24 lines
481 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": 15,
"entityModel": "Default",
"customModelTexture": "",
"modelWidth": 0.5,
"modelHeight": 0.5,
"onHitsBlock": {
"name": "TorchProjectileProjectileHitsBlock"
}
}
}