Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

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?

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

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.