Totem animation doesn't play

Started by SocialTag on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Totem animation doesn't play

I have looked at other forums on this. And they have said to change the procedure block to client side, it says that the animation is already client side yet the animation still doesn't play, pls help

Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have also seen this issue,…
Thu, 06/08/2023 - 18:28

I have also seen this issue, and think that it is just poorly coded on MCreators end.

Poorly coded in mcreator's…
Thu, 06/08/2023 - 18:46

Poorly coded in mcreator's end? The code MCreator uses is the exact same minecraft does. If it doesn't work, you either just aren't actually reaching the part where the totem plays or aren't running a procedure client-side.

Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Idk, maybe. Also it might be…
Thu, 06/08/2023 - 18:48

Idk, maybe. Also it might be plugin problem

Totem animation only works…
Fri, 06/09/2023 - 10:01

Totem animation only works when invoked client-side, as also indicated by the "computer" icon at the right of the procedure block

Also it might be plugin…
Fri, 06/09/2023 - 10:02

Also it might be plugin problem

Well if you are using a plugin, it would help to explain what plugin you use.

There are plenty of plugins so it is really hard for us to guess what plugin you use

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Klemen I use the Geckolib…
Fri, 06/09/2023 - 12:07

Klemen I use the Geckolib plugin with my mod, and the computer icon is there on the procedure block. But it still doesn't play

If you trigger the procedure…
Fri, 06/09/2023 - 12:56

If you trigger the procedure from the server-side, such procedure blocks will have no effect.

If you use a plugin, I would also recommend reading any guidelines for the plugin there are or reporting a bug if you think you found one.

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Klemen how would I change…
Fri, 06/09/2023 - 15:24

Klemen how would I change the procedure to be client-side rather than server-side?

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
sorry Klemen how would you…
Sun, 06/11/2023 - 12:58

sorry Klemen how would you do this