mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 10:20:42 -07:00
wand of resizing and pocket lightning
This commit is contained in:
27
elements/PocketLightningProjectile.mod.json
Normal file
27
elements/PocketLightningProjectile.mod.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "projectile",
|
||||
"definition": {
|
||||
"projectileItem": {
|
||||
"value": "CUSTOM:PocketLightning"
|
||||
},
|
||||
"showParticles": false,
|
||||
"actionSound": {
|
||||
"value": "entity.enderpearl.throw"
|
||||
},
|
||||
"igniteFire": false,
|
||||
"power": 1.0,
|
||||
"damage": 0.0,
|
||||
"knockback": 0,
|
||||
"entityModel": "Default",
|
||||
"customModelTexture": "",
|
||||
"modelWidth": 0.5,
|
||||
"modelHeight": 0.5,
|
||||
"onHitsBlock": {
|
||||
"name": "PocketLightningProjectileProjectileHitsBlock"
|
||||
},
|
||||
"onHitsEntity": {
|
||||
"name": "PocketLightningProjectileProjectileHitsLivingEntity"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user