[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-75760":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":9,"totalLinesOfCode":9,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":9,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":19,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":20,"hasPages":20,"topics":22,"createdAt":9,"pushedAt":9,"updatedAt":28,"readmeContent":29,"aiSummary":30,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":31,"discoverSource":32},75760,"sodium","CaffeineMC\u002Fsodium","CaffeineMC","A high-performance rendering engine replacement for Minecraft, which greatly improves frame rates and reduces micro-stutter",null,"https:\u002F\u002Fgithub.com\u002FCaffeineMC\u002Fsodium","Java",5594,935,79,149,0,2,18,64.71,false,"main",[23,24,25,26,27],"minecraft","fabric","azdo","opengl","neoforge","2026-06-11 04:06:25","\u003Cimg src=\"common\u002Fsrc\u002Fmain\u002Fresources\u002Fsodium-icon.png\" width=\"128\">\n\n# Sodium\n\nSodium is a powerful rendering engine and optimization mod for the Minecraft client which improves frame rates and reduces\nmicro-stutter, while fixing many graphical issues in Minecraft.\n\n**This mod is the result of thousands of hours of development, and is made possible thanks to players like you.** If you\nwould like to show a token of your appreciation for my work, and help support the development of Sodium in the process,\nthen consider [buying me a coffee](https:\u002F\u002Fcaffeinemc.net\u002Fdonate).\n\n\u003Ca href=\"https:\u002F\u002Fcaffeinemc.net\u002Fdonate\">\u003Cimg src=\"https:\u002F\u002Fstorage.ko-fi.com\u002Fcdn\u002Fkofi2.png?v=3\" width=\"180\"\u002F>\u003C\u002Fa>\n\n---\n\n### 📥 Downloads\n\n#### Stable builds\n\nThe latest stable release of Sodium can be downloaded from our official [Modrinth](https:\u002F\u002Fmodrinth.com\u002Fmod\u002Fsodium) and\n[CurseForge](https:\u002F\u002Fwww.curseforge.com\u002Fminecraft\u002Fmc-mods\u002Fsodium) pages.\n\n#### Nightly builds (for developers)\n\nWe also provide bleeding-edge builds (\"nightlies\") which are useful for testing the very latest changes before they're\npackaged into a release. These builds are primarily intended for other mod developers and users with expert skills, and do\nnot come with any support or warranty.\n\nFor a complete listing of available nightly builds, please see [the wiki page](https:\u002F\u002Fgithub.com\u002FCaffeineMC\u002Fsodium\u002Fwiki\u002FNightly-Builds). We also have a Maven repository for including Sodium in your development workspace or build process, for which you can also find [documentation on our wiki](https:\u002F\u002Fgithub.com\u002FCaffeineMC\u002Fsodium\u002Fwiki\u002FCaffeineMC-Maven-&-Config-API).\n\n### 🖥️ Installation\n\nSince the release of Sodium 0.6.0, both the _Fabric_ and _NeoForge_ mod loaders are supported. We generally recommend\nthat new users prefer to use the _Fabric_ mod loader, since it is more lightweight and stable (for the time being.)\n\nFor more information about downloading and installing the mod, please refer to our [Installation Guide](https:\u002F\u002Fgithub.com\u002FCaffeineMC\u002Fsodium\u002Fwiki\u002FInstallation).\n\n### 🙇 Getting Help\n\nFor technical support (including help with mod installation problems and game crashes), please use our\n[official Discord server](https:\u002F\u002Fcaffeinemc.net\u002Fdiscord).\n\n### 📬 Reporting Issues\n\nIf you do not need technical support and would like to report an issue (bug, crash, etc.) or otherwise request changes\n(for mod compatibility, new features, etc.), then we encourage you to open an issue on the\n[project issue tracker](https:\u002F\u002Fgithub.com\u002FCaffeineMC\u002Fsodium\u002Fissues).\n\nPlease note that while the issue tracker is open to feature requests, development is primarily focused on\nimproving compatibility, performance, and finishing any unimplemented features necessary for parity with\nthe vanilla renderer.\n\n### 💬 Join the Community\n\nWe have an [official Discord community](https:\u002F\u002Fcaffeinemc.net\u002Fdiscord) for all of our projects. By joining, you can:\n- Get installation help and technical support for all of our mods\n- Get the latest updates about development and community events\n- Talk with and collaborate with the rest of our team\n- ... and just hang out with the rest of our community.\n\n## ✅ Hardware Compatibility\n\nWe only provide official support for graphics cards which have up-to-date drivers that are compatible with OpenGL 4.5\nor newer. Most graphics cards released in the past 12 years will meet these requirements, including the following:\n\n- AMD Radeon HD 7000 Series (GCN 1) or newer\n- NVIDIA GeForce 400 Series (Fermi) or newer\n- Intel HD Graphics 500 Series (Skylake) or newer\n\nNearly all graphics cards that are already compatible with Minecraft (which requires OpenGL 3.3) should also work\nwith Sodium. But our team cannot ensure compatibility or provide support for older graphics cards, and they may\nnot work with future versions of Sodium.\n\n#### OpenGL Compatibility Layers\n\nDevices which need to use OpenGL translation layers (such as GL4ES, ANGLE, etc.) are not supported and will very likely\nnot work with Sodium. These translation layers do not implement required functionality, and they suffer from underlying\ndriver bugs which cannot be worked around.\n\n## 🛠️ Building from sources\n\nSodium uses the [Gradle build tool](https:\u002F\u002Fgradle.org\u002F) and can be built with the `gradle build` command. The build\nartifacts (production binaries and their source bundles) can be found in the `build\u002Fmods` directory.\n\nThe [Gradle wrapper](https:\u002F\u002Fdocs.gradle.org\u002Fcurrent\u002Fuserguide\u002Fgradle_wrapper.html#sec:using_wrapper) is provided for ease of use and will automatically download and install the\nappropriate version of Gradle for the project build. To use the Gradle wrapper, substitute `gradle` in build commands\nwith `.\u002Fgradlew.bat` (Windows) or `.\u002Fgradlew` (macOS and Linux).\n\n### Build Requirements\n\n- OpenJDK 21\n    - We recommend using the [Eclipse Temurin](https:\u002F\u002Fadoptium.net\u002F) distribution as it's regularly tested by our developers and known\n      to be of high quality.\n- Gradle 8.10.x\n    - Typically, newer versions of Gradle will work without issues, but the build script is only tested against the\n      version used by the [wrapper script](\u002Fgradle\u002Fwrapper\u002Fgradle-wrapper.properties).\n\n## 📜 License\n\nExcept where otherwise stated (see [third-party license notices](thirdparty\u002FNOTICE.txt)), the content of this repository is provided\nunder the [Polyform Shield 1.0.0](LICENSE.md) license by [JellySquid](https:\u002F\u002Fjellysquid.me).\n","Sodium 是一个旨在提升 Minecraft 客户端帧率并减少微卡顿的模组。它通过优化渲染引擎解决了许多图形问题，显著提升了游戏性能。该模组使用 Java 语言编写，具备强大的渲染优化能力，支持 Fabric 和 NeoForge 模组加载器，适用于希望改善游戏体验的玩家。无论是普通用户还是开发者，都可以从 Sodium 中受益，特别是在需要高性能和流畅画面的游戏场景下。","2026-06-11 03:53:15","trending"]