1
Forge SMP modding help
I need help making a mod for smp using forge, I already made it for singleplayer (I will still update and add things) but now I want to make it MULTIPLAYER help!!!!
6
Guys, i figured it out
you need to put a mod version that match on the client & server.
modloader.getversion() {
return *mod version*
}
you need to delete modloader.addname-s & modloader.addoverride-s Lines of code
ModLoader.addName(Crowbar, "Steel crowbar"); <--- delete that when doing server...
ModLoader.addOverride("/gui/items.png", "/textures/crowbar.png"); <-- delete that 4 server, too...
Recompile and reobfuscate.
drag forge universal and your new mod for SMP to the minecraft_server.jar
Start
Login
Done.
I know this will help many people, BTW you're welcome
you need to put a mod version that match on the client & server.
modloader.getversion() {
return *mod version*
}
you need to delete modloader.addname-s & modloader.addoverride-s Lines of code
ModLoader.addName(Crowbar, "Steel crowbar"); <--- delete that when doing server...
ModLoader.addOverride("/gui/items.png", "/textures/crowbar.png"); <-- delete that 4 server, too...
Recompile and reobfuscate.
drag forge universal and your new mod for SMP to the minecraft_server.jar
Start
Login
Done.
I know this will help many people, BTW you're welcome
You don't have to change anything, Forge has built-in SMP support. Just make sure you put the right files in the right source folders (minecraft = client only such as renderers and common = universal files)
So... do you know any tutorials? because i didn't really understand that...
Same. I have no idea, but I think it's just a few things you have to add/change.
I know, I've seen one for modloaderMP, but i use forge
