This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Meni's profile picture

Help to create a server

Started by Meni, 11 December 2012 - 12:21 PM
Meni #1
Posted 11 December 2012 - 01:21 PM
Guys i need help create a server on 1.4.5 version!
Dlcruz129 #2
Posted 11 December 2012 - 01:41 PM
Search the forums. We've answered this question about 20 times in the past 3 days.
PixelToast #3
Posted 11 December 2012 - 02:04 PM
install CC like any other forge mod
Meni #4
Posted 12 December 2012 - 10:19 AM
install CC like any other forge mod

The problem is that i dont know how to install any forge mod in a server
PixelToast #5
Posted 12 December 2012 - 10:22 AM
install CC like any other forge mod

The problem is that i dont know how to install any forge mod in a server
step 1: get a vanilla server jar
step 2: delete META-INF
step 3: get a forge build
step 4: make a folder named "mods" in the same directory as the server jar
step 5: put all your crap in the mods folder
step 6: start the server
Tiin57 #6
Posted 12 December 2012 - 10:35 AM
Hmm.
Try this; http://lmgtfy.com/?q=how+to+install+forge+minecraft+server+1.4.5
Meni #7
Posted 13 December 2012 - 10:25 AM
hahaha good thing
Meni #8
Posted 13 December 2012 - 10:38 AM
Well i created the server with forge but when i place a computercraft thing the block or turtle disappears
Tiin57 #9
Posted 13 December 2012 - 01:32 PM
Block id mixup. Forge really should implement checks for that.
Point at hand is to make sure that the config files for client and server are identical. Match the server to client, not vice versa.
Meni #10
Posted 14 December 2012 - 04:33 AM
Block id mixup. Forge really should implement checks for that.
Point at hand is to make sure that the config files for client and server are identical. Match the server to client, not vice versa.
I used the same forge (universal) and the same version of it. And i understand id mixup. Can you send me a working server folder?
PixelToast #11
Posted 14 December 2012 - 04:35 AM
Block id mixup. Forge really should implement checks for that.
Point at hand is to make sure that the config files for client and server are identical. Match the server to client, not vice versa.
I used the same forge (universal) and the same version of it. And i understand id mixup. Can you send me a working server folder?
that would be illegal
your block ids for the client and server dont match you have to copy the /config/ folder from your client to your server
Meni #12
Posted 14 December 2012 - 04:45 AM
Block id mixup. Forge really should implement checks for that.
Point at hand is to make sure that the config files for client and server are identical. Match the server to client, not vice versa.
I used the same forge (universal) and the same version of it. And i understand id mixup. Can you send me a working server folder?
that would be illegal
your block ids for the client and server dont match you have to copy the /config/ folder from your client to your server
It worked thank you very much!