Jump to content

variable changing server side but not client side in tile entity


endershadow

Recommended Posts

I have a block and a tile entity. the block isn't rendering properly client side. here's my tile entity and block class.

https://github.com/code-lyoko-modding/CodeLyokoMod/blob/master/matt/lyoko/blocks/BlockLyokoTower.java

https://github.com/code-lyoko-modding/CodeLyokoMod/blob/master/matt/lyoko/entities/TileEntityTower.java

more specifically. the particle effect being displayed isn't changing.

Link to comment
Share on other sites

I have a block and a tile entity. the block isn't rendering properly client side. here's my tile entity and block class.

https://github.com/code-lyoko-modding/CodeLyokoMod/blob/master/matt/lyoko/blocks/BlockLyokoTower.java

https://github.com/code-lyoko-modding/CodeLyokoMod/blob/master/matt/lyoko/entities/TileEntityTower.java

more specifically. the particle effect being displayed isn't changing.

Link to comment
Share on other sites

previously when I accidently made all instances of the block have the same tile entity, it worked with that commented out. The problem started occuring when I made all blocks have a seperate tile entity.

 

EDIT: I tried using the commented out stuff, but it didn't have any effect.

Link to comment
Share on other sites

previously when I accidently made all instances of the block have the same tile entity, it worked with that commented out. The problem started occuring when I made all blocks have a seperate tile entity.

 

EDIT: I tried using the commented out stuff, but it didn't have any effect.

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.