CyclopsMC / IntegratedDynamics

A Minecraft mod to take full and automated control of your appliances.
http://cyclopsmc.github.io/IntegratedDynamics/
MIT License
130 stars 62 forks source link

RGB Panels #922

Open 00-Steven opened 4 years ago

00-Steven commented 4 years ago

Issue type:


Short description:

In my quest to make a simple video playing device I noticed that the mod as it is currently does not have a good way to display information in a tiled fashion. Quasi-connectivity and similar Redstone quirks make tiled Redstone writers annoying to work with, I couldn't use block importers/exporters either due to them taking up too much space for a tiled display, and none of the display panels currently in the mod can display a simple flat color based on a variable.

So I'd like to pitch an RGB Panel and a Big RGB Panel, which display a color based on the given variables. The regular one being the size of a regular display panel, the big one having a display which takes up most or even all of the side it's on.

rubensworks commented 4 years ago

Thanks for the suggestion!

7eggert commented 3 years ago

You might like redstone pixels.