How to make animation like shulker box?

Started by yingwai on

Topic category: Help with modding (Java Edition)

Last seen on 12:55, 10. Nov 2022
Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make animation like shulker box?

I am making my own mod, I wanted to add new functionality to the shulker, I drew an improved model of the shulker box, but I didn’t figure out how to make the same opening / closing animation of the shulker, is this possible in mcreator?

Last seen on 19:44, 15. Apr 2024
Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what you could do is to use…
Fri, 10/28/2022 - 13:10

what you could do is to use the Model just like the Optifine CEM Feature.

You can use Entity Model JSON to replace vanilla Models.

Here is a quick Tutorial:

  1. First download the Plugin you need for Blockbench. Check this link.
  2. Then import the js file in Blockbench as Plugin
  3. Convert your Model Project to Entity Model JSON Format.
  4. After that create the following folder structure inside your Mcreator Project Folder(Open Workspace Folder): <workspace-folder>\src\main\resources\assets\minecraft\textures\entity\shulker\<place model and texture file>
  5. Then you need to download the API for Entity Model JSON that I also created and will be released today as Plugin for MCreator.
Last seen on 12:55, 10. Nov 2022
Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks, I'll try.
Fri, 10/28/2022 - 15:11

Thanks, I'll try.

Last seen on 19:44, 15. Apr 2024
Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
And here is another…
Fri, 10/28/2022 - 15:19

And here is another important note:

Pls change the Model File name to the entity texture file.

Last seen on 12:55, 10. Nov 2022
Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I didn't find the plugin you…
Sat, 10/29/2022 - 20:59

I didn't find the plugin you mentioned.