Posted January 4, 20196 yr Hello, I create a custom chest with the enchantment animation but I can't apply the animation effect on the chest. How I can add the movement on the Chest? Thank you for the help!
January 5, 20196 yr You might want to look at ItemRenderer#renderOverlay (it might be called renderItemGlint, I’ve forgotten) About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
January 6, 20196 yr Author Yes, but the TileEntityRenderer are registered in the TileEntityItemStackRenderer with the method renderTileEntityAt (for the EntityItem) and directly with renderTileEntityAt for the placed block. I have apply the glint texture on my custom chest but there aren't the movement. If I change the rotation, it's for the ModelChest and not the texture... Have you got an idea?
January 8, 20196 yr I assume you would want to change the UV somehow About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
January 9, 20196 yr Author Hum... yes, if the effect could be move look like the enchanted effect. But how I can use this?
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.