Posted 23 June 2013 - 12:45 PM
SOLVED (maybe):
Justdelete OpenPeripheral_method.JSON file, and give it read-only access. So, it wont change
Update to 0.1.8 :P/>
Thanks for helping!
BTW i don't know, how i fixed this :huh:/>
Bug:
In config command blocks are enabled(both server.properties and ComputerCraft.cfg)
Place a turtle. Place a command block front of the turtle. Go in lua.
Code:
What should happen:
I get:
Versions:
Forge 7.8.1.737
CC 1.53
MC 1.5.2
Misc versions (one of that causes this maybe):
Immibis's Peripherals 55.0.2
MiscPeripherals 3.3(d?)
OpenPeripheral 0.1.7
Update to 0.1.8 :P/>
Thanks for helping!
BTW i don't know, how i fixed this :huh:/>
Bug:
In config command blocks are enabled(both server.properties and ComputerCraft.cfg)
Place a turtle. Place a command block front of the turtle. Go in lua.
Code:
for k,v in pairs(peripheral.wrap("front")) do write(k..", ") print(v) end
I get:listMethods,
What should happen:
I get:
getCommand, function:7e35921a
runCommand, function:6f0b29b1
setCommand, function:45de5c6b
Versions:
Forge 7.8.1.737
CC 1.53
MC 1.5.2
Misc versions (one of that causes this maybe):
Immibis's Peripherals 55.0.2
MiscPeripherals 3.3(d?)
OpenPeripheral 0.1.7
Edited on 24 June 2013 - 10:39 AM