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

Support for a 'JSON Text' Type #1402

Open klugemonkey opened 2 weeks ago

klugemonkey commented 2 weeks ago

Issue type:


Short description:

Would like to see the implementation of a new 'Raw JSON Text' type similar to the String type that takes a String as an input that will handle the formatting of bold, italic and colors per Minecraft's Raw JSON text format that will render properly on the Display Panel.

This would allow to program Raw JSON Text strings from other strings and variables to make custom display panels that show formatted information.

Right now it appears Display Panels are very limited to Strings that all display in one color and only support newlines.

I feel this feature would be well worth the effort.

rubensworks commented 2 weeks ago

Thanks for the suggestion!