push the first version of package.

This commit is contained in:
2026-02-25 00:14:30 +08:00
parent 00ddf54c0b
commit 6f8a56c683
1474 changed files with 35165 additions and 1 deletions

9
overrides/config/ccl.cfg Normal file
View File

@@ -0,0 +1,9 @@
"client" {
# With this enabled, CCL will catch all exceptions thrown whilst rendering blocks.
# If an exception is caught, the block will not be rendered.
B:"catchBlockRenderExceptions"=true
# With this enabled, CCL will message the player upon an exception from rendering blocks or items.
# Messages are Rate-Limited to one per 5 seconds in the event that the exception continues.
B:"messagePlayerOnRenderExceptionCaught"=true
}