Jump to content

[1.8] Animating Parts of a Block Model


ModernPatriot

Recommended Posts

I am currently trying to create a block (TileEntity), that has some modeled gears turning.

The model and everything is already done but how can I animate it now?

I already tried tinkering around with the tickrate and the blockstate json but that turned out to be completely wrong.

So how can I do it? Is there even a way without a custom Rendering Core?

Link to comment
Share on other sites

Remember, the main benefit of using the normal block models over the tesrs is that the data is cached, and only rendered with the entire chunk.

NOT every frame like a TESR.

Now this is a downfall when you want to do animated things beyond just textures.

TESRs are expensive in this aspect but powerful.

So the suggest method is to use a hybrid of the two.

Use a normal model for the non-animated parts and a TESR for just the animated stuff.

 

The example I like to throw out is chests.

When the chest is open/closed it should be a full model in the normal render pipeline.

When a chest is ANIMATING, it should be a 'bottom' should be a normal model.

And the 'lid' should be in a TESR.

Once the animation is done, clamp it down and tell the chunk to re-render with the baked model.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.