ToroCraft / Minecoprocessors

Increase your redstone possibilities and learn assembly programming at the same time with the Minecoprocessors Minecraft Mod!
https://minecraft.curseforge.com/projects/minecoprocessors
GNU General Public License v3.0
33 stars 10 forks source link

Signs as screens #41

Closed frodare closed 6 years ago

frodare commented 6 years ago

processor-opaque_block-sign

Have signs update their content to print out the data in ASCII from the processors memory when they are connected to an opaque block that is connected to a processor port.

The memory address to start from could be determined by the value in that port.

josephcsible commented 6 years ago

Instead of hijacking signs, could a dedicated block be added for the purpose? Then it could enable both input and output to the processor.

frodare commented 6 years ago

That is certainly an option, however, when possible I really try to use as much of the vanilla block, items, textures and style as possible. I would want to try to implement it with vanilla signs first and see how it goes.

Interesting idea about an input! We could probably use vanilla signs for that too, but yeah ... that would be an unpleasant process. Actually, re-writable signs would be a good standalone mod if no one has done that already.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.