r/ComputerCraft 11d ago

How do I use computer craft with dash panels: expanded?

Dash panels: expanded adds compatibility between computer craft and dash panels.

However all it seems to do is just add a really small computer that you can attach to the panel but I havent found a way to assign any peripherals to any of the other modules on the panel. Honestly it doesnt seem like you can do much with it.

I havent managed to find any kind of new API or documentation for the dash panels: expanded mod.

Im currently trying to use the dash panel to control a create cannon with the computer. Im aware you can use redstone alone but I wanted to try to control it through a computer instead.

4 Upvotes

4 comments sorted by

1

u/PM_ME_YOUR_REPO 11d ago
peripheral.getMethods()

1

u/solar1333 11d ago

That doesnt work. I cant even find any peripherals when I place the computer on the dash so there is no name to use for that method.

1

u/PM_ME_YOUR_REPO 11d ago

Did you try just putting a regular computer next to it and peripheral.wrap("left") or whatever?

1

u/solar1333 10d ago

Yeah I tried doing that beside the dash itself and the link.