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

Hey, can someone help me? I can't get my ender modem to work.

Started by chrdov, 05 July 2016 - 08:17 PM
chrdov #1
Posted 05 July 2016 - 10:17 PM
I encountered this problem when I was showing off a multiplayer game that used rednet. You can see the code here:

Client: http://pastebin.com/ANTR56qu

Server: http://pastebin.com/ZSyqe9GJ

On a minecraft server I was on, when I ran either the multiplayer server program in my in-game computer, or the client program, I noticed something odd about the ender modem I attached to it… It won't like show that it's "open" at all, no matter if I do rednet.open("whatever side"). Also, no matter how I try to use rednet functions, it won't communicate with other computers when I want it to. What is wrong??
KingofGamesYami #2
Posted 05 July 2016 - 10:36 PM
Your modlist might be more helpful than your code at this point, I see no reason why the modem would fail to open properly.
Bomb Bloke #3
Posted 06 July 2016 - 02:14 AM
What happens if you break and replace the modem?
chrdov #4
Posted 06 July 2016 - 12:18 PM
What happens if you break and replace the modem?
You know what? I will get back to you on that one.
Edit: Actually, It does work. thanks, Sir!

Your modlist might be more helpful than your code at this point, I see no reason why the modem would fail to open properly.
I am using a modpack with:
This mod, of course
opencomputers
chisels and bits
Edited on 06 July 2016 - 10:27 AM