ThexXTURBOXx Posted February 2, 2019 Posted February 2, 2019 Hello MinecraftForge Forum, I'm updating my mod right now to 1.13 (in advance, so less things need to be done later on). Everything works so far, but my entities don't get rendered. Could this be a bug within Forge? Even when trying to render my "custom Arrow", it doesn't get shown and I literally copied the entire RenderArrow class from Minecraft and registered it for my Entity. Here is my code: https://github.com/ThexXTURBOXx/Reforged/blob/1.13/src/main/java/org/silvercatcher/reforged/render/RenderCrossbowBolt.java And yes: The entity is definetly spawning (all the entity logic works in the background), but it doesn't get rendered. Quote Bringing the best mod back alive! Our mod REFORGED! Balkon's Weapons for 1.8: https://github.com/TheOnlySilverClaw/Reforged/releases
Cadiboo Posted February 4, 2019 Posted February 4, 2019 https://github.com/ThexXTURBOXx/Reforged/blob/1.13/src/main/java/org/silvercatcher/reforged/render/RenderCrossbowBolt.java Try simplifying your code to the bare minimum 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)
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.