Posted November 9, 20186 yr Where Do I register my entity models so that they work on with a server? I currently have them in the preinit event but that crashes my test server. I have tried doing something like this but it makes the entities look like white soccer pylons when I play on a server. Can I get some help? @SideOnly(Side.CLIENT) public static void clientRegisters (){ RenderHandler.registerEntityRender(); } @Mod.EventHandler public static void preInit(FMLPreInitializationEvent event){ RenderHandler.registerEntityRender(); }
November 9, 20186 yr If only forge had a utility that allowed you to execute sided-only code based on what physical side you are on...
November 9, 20186 yr Register them in a client only event subscriber in the model registry event 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.