Update configuration files: Adjust max render distance in c2me.toml, modify worker thread range in flywheel-client.toml, change early window dimensions in fml.toml, and update sodium options and shader hash in respective JSON files. Add new mention keyword in chat.json.

This commit is contained in:
Leonid Pershin
2026-05-07 22:17:02 +03:00
parent 5357988b73
commit 21220bbdf1
1095 changed files with 104045 additions and 183 deletions
@@ -0,0 +1,14 @@
# GPU Detect
A lightweight utility for detecting and categorizing GPUs on Windows systems as either integrated or dedicated.
## Overview
This project was created to replace the Vulkan-based GPU detection logic used
in the [Crash Assistant](https://github.com/KostromDan/Crash-Assistant) project for showing a warning if Minecraft is
running on an integrated GPU while a dedicated GPU is available. This is a very common problem for Windows notebooks.
The original implementation was increasing the mod size by ~5 MB, and some modpack creators were not happy
about this. Therefore, this lightweight alternative was developed using DirectX APIs instead
(~20 KB in jar zip).
Source code and full README.MD are available in https://github.com/KostromDan/gpu-detect