TheMinecraftBox Posted January 4, 2019 Posted January 4, 2019 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! Quote
Cadiboo Posted January 5, 2019 Posted January 5, 2019 You might want to look at ItemRenderer#renderOverlay (it might be called renderItemGlint, I’ve forgotten) Quote 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)
TheMinecraftBox Posted January 6, 2019 Author Posted January 6, 2019 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? Quote
Cadiboo Posted January 8, 2019 Posted January 8, 2019 I assume you would want to change the UV somehow Quote 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)
TheMinecraftBox Posted January 9, 2019 Author Posted January 9, 2019 Hum... yes, if the effect could be move look like the enchanted effect. But how I can use this? Quote
Recommended Posts
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.