battery = peripheral.wrap("back")
print(battery.getMJStored("unknown")
It doesn't print anything, and if I set it to a variable it doesn't do anything, it also doesn't set it as a table. (Even if I try and print the variable/table)
The documentation says that the usage is varname.getMJStored(direction), but I have tried everything:
North
West
East
South
Front
Back
Left
Right
Up
Down
Unknown
But nothing works.
Im using Minecraft 1.6.4 ComputerCraft 1.63 and OpenPeripheralCore 0.4.1 and OpenPeripheralAddons 0.1.5
I probably made some stupid mistake, but I can't find it anywhere, since there is no longer online documentation for OpenPeripherals.