how to make a new vindicator only with a bow

Started by Vladimir.Ostro… on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to make a new vindicator only with a bow

how to make a new vindicator only with a bow so that while he does not see the player his hands are in one position and when he sees the player his hands change position and he starts shooting please give me the full procedure.

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Likely not possible with…
Wed, 04/10/2024 - 14:02

Likely not possible with procedures, (the vanilla animation system is pretty basic, and requires you to custom code json files.) However, you could do this pretty easily with Geckolib. It's a plugin that lets you animate entities in blockbench, and then add animation files in MCreator. In your case, you could make two different models, (One for passive, one for agressive), and then set the agressive model to only appear when the entity is attacking.

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I make vindicator in…
Thu, 04/11/2024 - 11:33

I make vindicator in Mcreator 2020.2 
Say me can i make mod for Minecraft version 1.12.2 in new version Mcreator

Can i make with plugin?

Say pls

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You would need to use a…
Fri, 04/12/2024 - 10:50

You would need to use a newer version of MCreator. Geckolib mostly supports newer versions, 1.16+. There may still be a method to add custom animations in older versions, but it would require custom coding JSON files.

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Spasibo This is Russian)) I…
Fri, 04/12/2024 - 16:08

Spasibo This is Russian))

I can´t hier russian writte (((

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sorry, I have a translator,…
Sat, 04/13/2024 - 12:17

Sorry, I have a translator, but MCreator doesn't allow Russian characters for some reason? You can animate a vindicator using the Geckolib Plugin. However, this plugin only works with newer versions of MCreator, and requires some additional tools to get working correctly.