Posted 28 May 2014 - 12:01 PM
Computercraft version: 1.63
Minecraft version: 1.6.4, forge: latest
Mods: Computercraft, Rei's minimap
Description of bug:
The computer the command in command block reads wrong.
Steps to reproduce bug:
1.place a turtle and at the right side of turtle place a command block
2.type in turtle 'edit test'
3.the code is:
please fix!
Minecraft version: 1.6.4, forge: latest
Mods: Computercraft, Rei's minimap
Description of bug:
The computer the command in command block reads wrong.
Steps to reproduce bug:
1.place a turtle and at the right side of turtle place a command block
2.type in turtle 'edit test'
3.the code is:
commandB = peripheral.wrap("right")
command = commandB.getCommand()
print(command)
4. the command block's command is:/give Konlab 373 1 55
5.the output:/give Konlab 373 1 1
please fix!