How do I make entities shoot custom projectiles?

Started by Rednax on

Topic category: Help with MCreator software

Active 4 years ago
Joined Jan 2020
Points:
856

User statistics:

  • Modifications: 5
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 184
How do I make entities shoot custom projectiles?

I need to make a non-humanoid entity with a ranged attack, And I really want it to have a custom-modeled ranged attack, but I don't know how. Help?

Active 4 years ago
Joined Sep 2019
Points:
989

User statistics:

  • Modifications: 1
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 505
I need to make a non…
Tue, 06/23/2020 - 03:56

I need to make a non-humanoid entity

Make a custom model. There are many tutorials on how to do this.

 

with a ranged attack, And I really want it to have a custom-modeled ranged attack

That's 100% possible in MCreator, there is a checkbox in the AI section. If you want a custom ranged item, create a ranged item 😁, with a custom model (.json should work fine).

 

but I don't know how. Help?

🥰 😘 😗 😙 😚 😋. Respond if you need more info!

Active 4 years ago
Joined Jan 2020
Points:
856

User statistics:

  • Modifications: 5
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 184
With a custom model, the…
Wed, 06/24/2020 - 06:26

With a custom model, the entity can't use items, so I can't use an item with a custom model. I did actually know how to make a custom model btw...

Active 1 year ago
Joined Jun 2019
Points:
804

User statistics:

  • Modifications: 1
  • Forum topics: 20
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 65
so if you are makeing a…
Fri, 07/31/2020 - 16:10

so if you are makeing a dragon and you want it to have a lava blast or fire ball, you have to make a model for it?

Active 4 years ago
Joined Jan 2020
Points:
856

User statistics:

  • Modifications: 5
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 184
Well, with a dragon fireball…
Tue, 08/11/2020 - 00:21

Well, with a dragon fireball, you'd have to make a custom model for the dragon itself (or use the enderdragon model) and then the fireball would have to use a fire charge sprite or similar.