From 8dc18c3c40e1681250126808c40425ebb733d97d Mon Sep 17 00:00:00 2001 From: Snogard Date: Mon, 10 Feb 2025 01:10:48 +0100 Subject: [PATCH] config: removed computer craft --- config/computercraft-client.toml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 config/computercraft-client.toml diff --git a/config/computercraft-client.toml b/config/computercraft-client.toml deleted file mode 100644 index 0251dff..0000000 --- a/config/computercraft-client.toml +++ /dev/null @@ -1,13 +0,0 @@ -#The renderer to use for monitors. Generally this should be kept at "best" - if -#monitors have performance issues, you may wish to experiment with alternative -#renderers. -#Allowed Values: BEST, TBO, VBO -monitor_renderer = "BEST" -#The maximum distance monitors will render at. This defaults to the standard tile -#entity limit, but may be extended if you wish to build larger monitors. -#Range: 16 ~ 1024 -monitor_distance = 64 -#The delay in seconds after which we'll notify about unhandled imports. Set to 0 to disable. -#Range: 0 ~ 60 -upload_nag_delay = 5 -