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 have a block that has a tile entity called EnergyBlock. I have bound its rendering to a TESR that is supposed to give it a different texture and rotation based on what its class says. However, all of them are rendering with the same texture and rotation, as if they're a block, not a TileEntity. They do, however, change texture when I make them part of the multiblock they are involved in, which means the TESR is in fact handling the rendering, just not well enough. What did I do wrong?

 

TileEntityEnergyBlock: https://github.com/AnZaNaMa/EnergyTools/blob/master/src/main/java/com/AnZaNaMa/EnergyTools/Entity/TileEntity/TileEntityEnergyBlock.java

 

EnergyBlockTESR: https://github.com/AnZaNaMa/EnergyTools/blob/master/src/main/java/com/AnZaNaMa/EnergyTools/Entity/TileEntity/TESR/EnergyBlockTESR.java

 

 

- Just because things are the way they are doesn't mean they can't be the way you want them to be. Unless they're aspen trees. You can tell they're aspens 'cause the way they are.

    public static byte textureNumber;
    public static byte rotation;

You're using statics for values that you want to have as a per object basis

I think its my java of the variables.

  • Author

oh wow, i'm stupid. Thanks for the help!  :)

 

EDIT: Removing the static on the texturenumber and rotation just made it so that all of them get the default texture...

- Just because things are the way they are doesn't mean they can't be the way you want them to be. Unless they're aspen trees. You can tell they're aspens 'cause the way they are.

  • Author

Oh yeah, I always try to forget networking exists because i'm terrible at it :P

- Just because things are the way they are doesn't mean they can't be the way you want them to be. Unless they're aspen trees. You can tell they're aspens 'cause the way they are.

  • Author

Even when I added worldObj.markBlockForUpdate() and this.markDirty() to the setStraight and setCorner functions, the blocks are still all rendering with the default texture. I even went into the setSlaveBlocks() function in TileEntityEnergizer and added a worldObj.markBlockRangeForRenderUpdate() and it still won't work.

- Just because things are the way they are doesn't mean they can't be the way you want them to be. Unless they're aspen trees. You can tell they're aspens 'cause the way they are.

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.