mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 10:20:42 -07:00
2.3.4
This commit is contained in:
27
elements/WarTankBullet.mod.json
Normal file
27
elements/WarTankBullet.mod.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user