wand of resizing and pocket lightning

This commit is contained in:
nimsolated
2026-03-22 10:23:14 -07:00
parent 97062fad89
commit f39f255e26
26 changed files with 898 additions and 12 deletions

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