Posted March 10, 20196 yr I have a custom sun for one of my dimensions, but it appears as a gigantic purple square in the sky instead of the texture that it's bound to. Not sure what the problem is, but the resource location is correct and I can't find any reason why is shouldn't be rendering. Any suggestions? SkyRenderer: https://github.com/TheSlayerMC/Journey-1.12/blob/master/main/java/net/journey/dimension/BoilSkyRenderer.java#L120 Resource Location: https://github.com/TheSlayerMC/Journey-1.12/tree/master/main/resources/assets/journey/textures/environment Edited March 10, 20196 yr by Dizzlepop12
March 11, 20196 yr Have you stepping through your code with the debugger? Edited March 11, 20196 yr by Cadiboo 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 11, 20196 yr Author 17 hours ago, Cadiboo said: Have you stepping through your code with the debugger? I'm pretty new to using the debugger. I set it up in my SkyRenderer class where I think it should go, and I'm not sure where I go from here. In the console, I keep getting this error: [11:31:24] [main/ERROR] [minecraft/Minecraft]: ########## GL ERROR ########## [11:31:24] [main/ERROR] [minecraft/Minecraft]: @ Post render [11:31:24] [main/ERROR] [minecraft/Minecraft]: 1281: Invalid value But I'm not sure if it has any relation to the SkyRenderer class. Here's where my debugger is: debugger Edited March 11, 20196 yr by Dizzlepop12
March 11, 20196 yr That’s not a debugger. That’s a profiler. https://www.eclipse.org/community/eclipse_newsletter/2017/june/article1.php 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.