Skip to content

A Minecraft addon implementing interconnecting RGB light strips to the game.

Notifications You must be signed in to change notification settings

MADLAD3718/Chroma-Tech

Repository files navigation

Chroma-Tech

A Minecraft add-on implementing interconnecting RGB light strips to the game.

Light Strips:

Light strips are implemented with similar connection logic to the redstone wiring system already present in game, but with the additional capability of connecting accross edges and corners from any possible placement orientation. Their block model consists of several separable flat extensions that are toggled depending on connection state. The connection logic takes advantage of linear algebra concepts in order to run the same relative block testing function on every light strip, where an orthonormal basis is constructed from the light strip's facing directing and used to acquire and connect to the corresponding relative blocks. Through this method the connection logic is heavily simplified versus the previous iteration, where different connection functions were used for the six different placement directions.

Additional Blocks:

In addition to the light strips, I've implemented several extra blocks that recreate their respective Vanilla counterparts. Doors, Fences, Fence Gates, and Trapdoors are all included in the add-on.

Demo Video:

The following is a video created by user markom58 showcasing the creative capabilities Chroma Tech introduces for Minecraft.

About

A Minecraft addon implementing interconnecting RGB light strips to the game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published