1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-09-28 15:08:47 +00:00
CC-Tweaked/projects
Jonathan Coates 6e374579a4
Standardise on term colour parsing
- 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
2024-03-06 10:18:40 +00:00
..
common Reschedule block entities when chunks are loaded 2024-02-26 19:25:38 +00:00
common-api Deprecate WiredNetwork 2024-02-24 14:55:22 +00:00
core Standardise on term colour parsing 2024-03-06 10:18:40 +00:00
core-api Allow ILuaAPIs to be exposed as a module 2024-02-05 18:53:24 +00:00
fabric Reschedule block entities when chunks are loaded 2024-02-26 19:25:38 +00:00
fabric-api Rewrite turtle upgrade modeller registration API 2024-01-16 23:00:49 +00:00
forge Reschedule block entities when chunks are loaded 2024-02-26 19:25:38 +00:00
forge-api Rewrite turtle upgrade modeller registration API 2024-01-16 23:00:49 +00:00
lints Flesh out MemoryMount into a writable mount 2023-09-29 22:15:23 +01:00
standalone Allow local domains in the standalone emulator 2023-12-20 17:43:08 +00:00
web Bump CC:T to 1.109.1 2023-12-16 19:09:39 +00:00
ARCHITECTURE.md Add a standalone CC:T UI 2023-10-28 17:58:11 +01:00