Posted 20 February 2017 - 11:49 AM
hey there! thanks for comming over here
(1.7.10 version Forge)
so i think its a bug there is a 0 before any text from rednet
here is my test code
second computer
but on second i get this when i activate the program for the first computer to send "test"
0test
is this a bug, if there will be a fix to this thank you!
(1.7.10 version Forge)
so i think its a bug there is a 0 before any text from rednet
here is my test code
rednet.open("(side)")
rednet.send(1,"test")
second computer
rednet.open("(side)")
print(rednet.recieve)
but on second i get this when i activate the program for the first computer to send "test"
0test
is this a bug, if there will be a fix to this thank you!