Posted November 4, 201212 yr Hi everyone :-) I put this post in this section because I did not know where to put it. Sorry if this is not the right place. I created several simple Minecraft mod which only add simple blocks (with forge). I would now like to wear the mod in multiplayer but I did not find a guide / tutorial explaining how make. (with the server version of forge). Anyone know a good tutorial or guide or someone knows how to do? Thank you in advance for your reply. barnus88 PS: Sorry for bad English, I'm French :-)
November 5, 201212 yr I'm not sure if you've seen this but there are some guidelines on how to make sure your forge mod will work in multiplayer here: http://www.minecraftforge.net/wiki/SMP_Coding_Guidelines After that I guess you just need a server running forge to host the mod.
November 5, 201212 yr If you haven't already got your mod-zip-file do the following steps. Save all data of your mod in eclipse. Go to your mcp-folder and run recompile.bat (this may take several seconds, even minutes) Wait until its finished and run reobfuscate.bat Your mod-data is now in the folder reobf\minecraft Copy all folders and files in the minecraft-folder to a .zip-file of your choice You're done! Your mod-file is complete. This can be placed in the mods folder on both your client and server. Regards, Zhor
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.