cawezs_mantle_to_stratus/elements/PoisonDart.mod.json
2025-02-06 11:10:32 -05:00

24 lines
488 B
JSON

{
"_fv": 73,
"_type": "projectile",
"definition": {
"projectileItem": {
"value": "Items.HONEYCOMB"
},
"showParticles": true,
"actionSound": {
"value": "entity.arrow.shoot"
},
"igniteFire": false,
"power": 2.0,
"damage": 0.0,
"knockback": 0,
"entityModel": "Default",
"customModelTexture": "",
"modelWidth": 0.5,
"modelHeight": 0.5,
"onHitsEntity": {
"name": "PoisonDartProjectileHitsLivingEntity"
}
}
}