Voxelum / minecraft-launcher-core-node

Provide packages to install Minecraft, launch Minecraft and more to build launcher with NodeJs/Electron!
https://docs.xmcl.app/en/core/
MIT License
174 stars 25 forks source link

fix dark_green color casing #280

Closed zardoy closed 11 months ago

zardoy commented 12 months ago

Hi! I'm using this in my sign renderer for the world. I wonder why it was in uppercase, mc expects colors to be in lowercase only (even jsdoc mentions correct casing).

Btw would it be okay to implement a flat option for the render function, currently is not convenient for me that it returns not flattened format...