[API-Problem | IWrenchable] Textures of my Block doesn´t change ingame

  • The textures of my Block doesn´t change ingame. When i leave the game and rejoin, the textures are correctly changed. I hear the wrench sound when i right click...


    What did i make wrong?


    My TileEntity:




    Pls help me...


    P.S. Sorry for my bad english. I hope you understand me


    Edit: I use the newest version of IC2 (2.2.693)

  • Hmmm... I think no.


    I had previously a code who based on the source code of Immibis Advanced Machines with some Packet-Methods


    For Example:


    getDescriptionPacket


    onDataPacket


    This methods doesnt make a difference...



    Have you any hint for me, what i had to do... Pls :)

  • *Facepalm*


    I had wrote onDataPacket(S35PacketUpdateTileEntity packet)...


    The correct method is onDataPacket(NetworkManager network, S35PacketUpdateTileEntity packet)...


    I had not see that the method not override...



    Sry for wasting your Time