How do I make animation of opening for custom chest?

Started by ChMan on

Topic category: Help with Minecraft modding (Java Edition)

Active 5 years ago
Joined Apr 2020
Points:
640

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
How do I make animation of opening for custom chest?

I was searching for answer but didn't find anything useful, and I need to finish my mod in several days. Thanks for help!

Active 4 years ago
Joined Jan 2020
Points:
852

User statistics:

  • Modifications: 1
  • Forum topics: 20
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 203
I don't think you can…
Thu, 08/13/2020 - 13:44

I don't think you can without serious coding. The chests in Vanilla are actually block-entities with custom animation and all that, and have really complicated code.