init
This commit is contained in:
commit
d8d0e9d536
2567 changed files with 167778 additions and 0 deletions
9
config/ccl.cfg
Normal file
9
config/ccl.cfg
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue