ChiselsAndBits / Chisels-and-Bits

A Minecraft mod about chiseling and designing custom blocks in game.
https://algorithmx2.github.io/Chisels-and-Bits/
MIT License
218 stars 80 forks source link

ComputerCraft integration #166

Closed za3k closed 7 years ago

za3k commented 7 years ago

I think it would be really fun to do displays (think randomly generated maze, 3-D maps, etc) with computers.

If this sounds fun (but not fun to implement), let me know and I can probably do a pull request when I have time.

AlgorithmX2 commented 7 years ago

If you want creative mode support just enable the "/setbit" command, other wise it will probobly require an addon to manage using bits via some peripheral.

za3k commented 7 years ago

Right, I was imagining the version with the peripheral (or I believe CCTweaks lets you equip any tool as a peripheral directly).

I may as well implement this, I'll play around with the mod a bit more first to make sure I understand the right way to design it.

AlgorithmX2 commented 7 years ago

Go for it, I want to keep C&B itself on the leaner side since it tends to be complicated anyway.

The API should work very well for something like a CC Peripheral.