Résolu Modifier le rendu Item d'un block fais en TileEntity
-
Bonjour,
je voudrai savoir comment modifier le rendu en tant qu’item de mon block réalisé sous techne.
Quand je le pose, il s’affiche comme il faut, mais pour l’item il reste sous forme d’icone, comment faire ? -
C’est plutôt complexe, j’ai jamais trop regardé comme ça fonctionne, je vais voir ça ce week end.
En attendant tu peux regarder du côté d’IronChest :
https://github.com/cpw/ironchest/blob/master/IronChests2/common/cpw/mods/ironchest/client/TileEntityIronChestRenderer.java#L131-L172
et
https://github.com/cpw/ironchest/blob/master/IronChests2/common/cpw/mods/ironchest/client/IronChestRenderHelper.java