mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 10:20:42 -07:00
27 lines
614 B
JSON
27 lines
614 B
JSON
{
|
|
"_fv": 73,
|
|
"_type": "projectile",
|
|
"definition": {
|
|
"projectileItem": {
|
|
"value": "Items.FIRE_CHARGE"
|
|
},
|
|
"showParticles": false,
|
|
"actionSound": {
|
|
"value": "block.dispenser.dispense"
|
|
},
|
|
"igniteFire": false,
|
|
"power": 1.5,
|
|
"damage": 5.0,
|
|
"knockback": 5,
|
|
"entityModel": "ModelWarTankBullet",
|
|
"customModelTexture": "wartank_bullet_texture.png",
|
|
"modelWidth": 0.3,
|
|
"modelHeight": 0.3,
|
|
"onHitsBlock": {
|
|
"name": "WarTankBulletProjectileHitsBlock"
|
|
},
|
|
"onHitsEntity": {
|
|
"name": "WarTankBulletProjectileHitsLivingEntity"
|
|
}
|
|
}
|
|
} |