[Suggestion] Coloured lights API integration
planetguy32 opened this issue ยท 4 comments
www.minecraftforum.net/topic/2502193-/
This API allows blocks to have coloured lights. The two important classes of CL API are in the package:
CLBlock.java contains methods that are patched into Block.class using ASM, and CLApi.java contains utilities for generating coloured light values.