Started by
Vaguely Interesting2
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a stronger version of the wither in my mod and I want it's body to rock back and forth like the normal wither, whenever I try to do it with the geckolib plugin on blockbench it doesn't give me the option to export it as a java entity. Is there a way to do it with the current versions of mcreator and blockbench?
Geckolib tutorial works for 2020.5 and 2021.5 (1.15.2)
Another solution could be this one:
https://mcreator.net/forum/64125/need-help-animationswings
That doesn't give me enough information, I'm just trying to make a wither clone that looks and acts only slightly different but I want it to move the same way.
You can use Gecko lab 3.0, but you will have to change the code of the entity and its render.
You need to essentially do it via coding itself. I am trying to figure out this myself but I haven't found anyone who can help me and teach me this kind of stuff.
First, you need to install the Reborn API plugin and activate it in Workspace. Then configure everything by following Wiki geckolib 3.0