Ranged Item animation

Started by Kiwitos2D on

Topic category: Help with MCreator software

Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ranged Item animation

Hello, first of all big thanks to Mcreator's Dev cause it's a really good software, intuitive and user-friendly. (I think you already got that i'm not an english speaker)

Here's the point, I created à Weapon mod for à Sci-fi server I'm working on. The actual features are fine for me but there's only one things that bothers me a bit: The 3rd person animation for a constant shooting weapon. The gun always goes up/down and it looks kinda jibberish from an external point-of-view. Is there any known way to make the animation stay in firing position, with custom code or something?

Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
make a diagonal texture
Thu, 10/10/2019 - 21:41

make a diagonal texture

Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's a custom 3d model, I'll…
Fri, 10/11/2019 - 01:27

It's a custom 3d model, I'll try to put a video for explaining the stuff

Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
then make a diagonal 3D…
Fri, 10/11/2019 - 08:14

then make a diagonal 3D model simple

just rotate your 3D model

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i need a tutorial video
Tue, 06/14/2022 - 03:49

i need a tutorial video

Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Go into the code of your…
Tue, 06/14/2022 - 05:35

Go into the code of your ranged item. Then look for this line

return new InteractionResultHolder(InteractionResult.SUCCESS, entity.getItemInHand(hand));

Replace the SUCCESS WITH FAIL then their will be no swinging animation