Posted March 17, 20196 yr Currently, I have a tile entity that stores two colors within itself, and it gets that color from the nbt tag of its item form. However, the block only changes to the correct color when a block update happens - before that, it uses a fallback color that I manually defined. How would I make it so that it uses the correct color right away? I've tried forcing a block update in readFromNbt, but that didn't do anything.
March 17, 20196 yr Post your code 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)
March 17, 20196 yr Author Right here:https://github.com/ProspectPyxis/CustomCapacitors/blob/master/src/main/java/prospectpyxis/customcapacitors/block/tile/TileEntityCapacitor.java
March 18, 20196 yr Author Well, this post can be ignored now - I eventually decided to just switch to a TESR.
March 19, 20196 yr Use a FastTESR at least 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)
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.