This commit is contained in:
nimsolated
2026-04-02 10:20:18 -07:00
parent b184a28802
commit 07b6a545b8
37 changed files with 1168 additions and 18 deletions

View 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"
}
}
}