Started by
Softi
on
Topic category: Feature requests and ideas for MCreator
Right now the only way to make a ranged projectile is by using a ranged item or custom code. While that does create a usable ranged item and entity, I think it should be possible to (when making an entity) have a checkbox to select it as a "projectile entity". And defining it as one so in the new projectile procedures we can use it and such.
I think projectiles should be a mod element in MCreator
No. Don't add projectiles to making mobs cause those are two separate things. Both are extensions of the same thing (Entity) but both are completely different things (Projectile and LivingEntity).
Also ranged item creates custom Arrow which extends Projectile.
Ps. I think everything in minecraft (except blocks) is an Entity.