mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-25 08:26:54 +00:00
6e374579a4
- colors.toBlit now performs bounds checks on the passed value, preventing weird behaviour like color.toBlit(2 ^ 16) returning "10". - The window API now uses colors.toBlit (or rather a copy of it) for parsing colours, allowing doing silly things like term.setTextColour(colours.blue + 5). - Add some top-level documentation to the term API to explain some of the basics. Closes #1736 |
||
---|---|---|
.. | ||
common | ||
common-api | ||
core | ||
core-api | ||
fabric | ||
fabric-api | ||
forge | ||
forge-api | ||
lints | ||
standalone | ||
web | ||
ARCHITECTURE.md |