Posted April 22, 201312 yr 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.
April 22, 201312 yr Author 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.
April 23, 201312 yr Author 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.
April 23, 201312 yr Author 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.
April 25, 201312 yr Author That is everything I'm doing. All the commented out section does is set and get stuff with the nbt tags. I tried using it but it didn't affect anything at all. But if your talking about packet handlers, then look under network.
April 25, 201312 yr Author That is everything I'm doing. All the commented out section does is set and get stuff with the nbt tags. I tried using it but it didn't affect anything at all. But if your talking about packet handlers, then look under network.
April 25, 201312 yr So what you are saying is that the current code on github is the up to date code you have, just like it is in your eclipse workspace right now? If you guys dont get it.. then well ya.. try harder...
April 26, 201312 yr Author the commented out code in the tile entity is just a player-added method that adds data to NBT and then gets data from NBT. when i used that it didn't work. but since you seen to want me add it in... there it's in. now look at it.
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.