OpenMods / OpenPeripheral

https://openmods.info
MIT License
67 stars 25 forks source link

Command Block peripherals broken #87

Closed vScourge closed 10 years ago

vScourge commented 10 years ago

With OpenPeripheral installed, I cannot get a command block to respond as a CC peripheral.

Using 0.2.1 preview 8, I can wrap a command block and get a table back, but the table has no keys, and doesn't have the typical command block commands (setCommand, etc). When using the latest build from Jenkins, snapshot 99, it doesn't even return a table when you wrap the command block, just returns nil.

If I remove OpenPeripheral altogether the command block wraps and functions fine. In all cases I have command blocks enabled in both the CC config and in server.properties.

vScourge commented 10 years ago

I should mention this is with: Forge 1.6.4-9.11.1.953-universal ComputerCraft 1.57

mikeemoo commented 10 years ago

fixed in the new core version in the branch "opc".

theoriginalbit commented 10 years ago

please search before posting too, you'll find that its been reported before in issue #61.

vScourge commented 10 years ago

Sorry, appears I didn't search back far enough. Is the "opc" branch in pre-built form somewhere? I tried #99 on the Jenkins server (http://openmods.info:8080/job/OpenPeripheral/) but it's also not working. Not clear if that uses the opc branch, however. Thanks.

mikeemoo commented 10 years ago

OPC will be pushed to master soon..ish. :)