Posted December 13, 201212 yr Hello, i have a problem! when i install forge into the server or run minecraftforge.zip as a jar it gives me an error: ClassNotFoundException: bdm I opened it with a class viewer and found that a file was trying to reach"bdm" and "bdm" is a render file but the file trying to reach it does not have SideOnly(side.CLIENT) inside it and i think thats the problem I'm just saying this so that maybe the coders for forge can fix this problem =( Thank you ~Shane SOLVE: My mod tried to access a file, not forge =P
December 13, 201212 yr You need to put the minecraft_server.jar in the same folder of where minecraftforge.zip is when you run it.
December 18, 201212 yr bdm is TileEntitySpecialRenderer We are not moving the rendering code to the server -.- One or more of your mods is being stupid and isn't server compatible. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
December 19, 201212 yr Author Woops i guess its my fault... i do use tileentityspecialrender and i guess i forgot to place sideonly(side.client) =)
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.