Jump to content

[1.10.2] [Solved] Get value of a TileEntity variable from TileEntitySR


Recommended Posts

Posted

Been some days trying to figure how to get a value that updates every tick from a TileEntity to set the rotation of a model. Tried many this and no one worked, maybe is just that I'm dumb but I can't solve it.

When I print the TileEntity is always the same, without the updated value.

 

This is my code:

For the TileEntityMiner:

http://pastebin.com/jSR0563K

For the TESRMiner:

http://pastebin.com/keFK7pSc

Come and say hi at www.twitter.com/JoseluGames

Posted

Ok, so after some research I created the functions for the packets in the TileEntityMiner (http://pastebin.com/1bqDyQHY), but for calling the block to update the only functions I see surfing on the web doesn't exist in 1.10.2. Wich function do I have to use to mark it to update? Or where should I start searching

Come and say hi at www.twitter.com/JoseluGames

Posted

So I need to get a value that is updated stored in the server to the client, and the packets functions are not the way to go, did I understand right?

Come and say hi at www.twitter.com/JoseluGames

Posted

Ok, but to do the animation I have to look to the value of a variable of the TileEntity, value that is not updated when I call it on my TileEntitySpecialRenderer (I hope I explain myself, I'm not a native english speaker and is late in night where I live  :-X )

Come and say hi at www.twitter.com/JoseluGames

Posted

You just need to increment degrees on client side.

I dont know the best place to do it, but doing it every time you render it will do the trick, althought there might be better solutions

Posted

Noooow I got it hahaha, I was updating the value only in the server side so the client side had no idea of any change. Thank you so much diesieben07!!

Come and say hi at www.twitter.com/JoseluGames

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.