Blue Power

Blue Power

4M Downloads

[Suggestion] Coloured lights API integration

planetguy32 opened this issue ยท 4 comments

commented

www.minecraftforum.net/topic/2502193-/

This API allows blocks to have coloured lights. The two important classes of CL API are in the package:

https://github.com/CptSpaceToaster/CptsModdingLight/tree/1.7.2/src/main/java/coloredlightscore/src/api

CLBlock.java contains methods that are patched into Block.class using ASM, and CLApi.java contains utilities for generating coloured light values.

commented

If you have issues, feel free to contact me...

commented

I was already thinking of adding support ;)

commented

Awesome. It's good to see some more things that use it.

commented

Already done! Forgot to close this yesterday :P