All Projects → CaffeineMC → Sodium Fabric

CaffeineMC / Sodium Fabric

Licence: lgpl-3.0
A Fabric mod designed to improve frame rates and reduce micro-stutter

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Sodium Fabric

Hydrogen Fabric
Things of which are too dangerous to put in Lithium.
Stars: ✭ 206 (-83.92%)
Mutual labels:  fabric, minecraft
Wurst7
Minecraft Wurst Hacked Client v7
Stars: ✭ 282 (-77.99%)
Mutual labels:  fabric, minecraft
pax
📦 The MC modpack manager for professionals.
Stars: ✭ 83 (-93.52%)
Mutual labels:  minecraft, fabric
Viafabric
Client-side and server-side ViaVersion implementation for Fabric
Stars: ✭ 115 (-91.02%)
Mutual labels:  fabric, minecraft
Lithium Fabric
A Fabric mod designed to improve the general performance of Minecraft without breaking things
Stars: ✭ 628 (-50.98%)
Mutual labels:  fabric, minecraft
Geckolib
GeckoLib is an animation library for Minecraft Mods, with support for complex 3D keyframe and scriptable math-based animations. Available for Forge and Fabric (1.12, 1.15, 1.16). Supports entity, block, item, armor animations and more.
Stars: ✭ 131 (-89.77%)
Mutual labels:  fabric, minecraft
Terra
Voxel world generation modding platform
Stars: ✭ 320 (-75.02%)
Mutual labels:  minecraft, fabric
Cursed-Legacy-API
API for beta 1.7.3. Downloads are hosted on the website linked below:
Stars: ✭ 14 (-98.91%)
Mutual labels:  minecraft, fabric
Minecraftdeveloperguide
📝Minecraft developer Chinese guide,我的世界开发者中文指南
Stars: ✭ 574 (-55.19%)
Mutual labels:  fabric, minecraft
Viaversion
Allows the connection of newer clients to older server versions for Minecraft servers.
Stars: ✭ 463 (-63.86%)
Mutual labels:  fabric, minecraft
Libgui
Buttons & Co
Stars: ✭ 78 (-93.91%)
Mutual labels:  fabric, minecraft
Minelittlepony
Turns players and mobs into ponies
Stars: ✭ 76 (-94.07%)
Mutual labels:  fabric, minecraft
Antiqueatlas
A Minecraft mod that adds a fancy interactive map item.
Stars: ✭ 110 (-91.41%)
Mutual labels:  fabric, minecraft
Techreborn
Tech Reborn is a completely standalone tech mod including tools and machines to gather resources, process materials, and progress through the mod. https://www.curseforge.com/minecraft/mc-mods/techreborn
Stars: ✭ 205 (-84%)
Mutual labels:  fabric, minecraft
Phosphor Fabric
A Fabric mod designed to dramatically improve the performance of Minecraft's lighting engine while fixing many bugs
Stars: ✭ 435 (-66.04%)
Mutual labels:  fabric, minecraft
Tis 3d
TIS-100 inspired low-tech computing in Minecraft.
Stars: ✭ 64 (-95%)
Mutual labels:  fabric, minecraft
Phosphor Forge
A Forge mod designed to drastically improve the performance of Minecraft's lighting engine while fixing many bugs
Stars: ✭ 79 (-93.83%)
Mutual labels:  fabric, minecraft
Cmpdl
A lightweight alternative to Twitch App for downloading Minecraft modpacks.
Stars: ✭ 83 (-93.52%)
Mutual labels:  minecraft
Psychics
Minecraft psychic plugin for Paper
Stars: ✭ 79 (-93.83%)
Mutual labels:  minecraft
Streamlit Drawable Canvas
Do you like Quick, Draw? Well what if you could train/predict doodles drawn inside Streamlit? Also draws lines, circles and boxes over background images for annotation.
Stars: ✭ 79 (-93.83%)
Mutual labels:  fabric

Project icon

Sodium (for Fabric)

GitHub license GitHub issues GitHub tag Discord chat CurseForge downloads

Sodium is a free and open-source optimization mod for the Minecraft client that improves frame rates, reduces micro-stutter, and fixes graphical issues in Minecraft.

⚠️ Sodium has had a lot of time to shape up lately, but the mod is still alpha software. You may run into small graphical issues or crashes while using it. Additionally, the Fabric Rendering API is not yet supported, which may cause crashes or prevent other mods from rendering correctly. Please be aware of these issues before using it in your game.

Downloads

You can find downloads for Sodium on either the official CurseForge page or through the GitHub releases page. Usually, builds will be made available on GitHub slightly sooner than other locations.

Community

If you'd like to get help with the mod, check out the latest developments, or be notified when there's a new release, the Discord community might be for you! You can join the official server for my mods by clicking here.

Building from source

If you're hacking on the code or would like to compile a custom build of Sodium from the latest sources, you'll want to start here.

Prerequisites

You will need to install JDK 8 (or newer, see below) in order to build Sodium. You can either install this through a package manager such as Chocolatey on Windows or SDKMAN! on other platforms. If you'd prefer to not use a package manager, you can always grab the installers or packages directly from AdoptOpenJDK.

On Windows, the Oracle JDK/JRE builds should be avoided where possible due to their poor quality. Always prefer using the open-source builds from AdoptOpenJDK when possible.

Compiling

Navigate to the directory you've cloned this repository and launch a build with Gradle using gradlew build (Windows) or ./gradlew build (macOS/Linux). If you are not using the Gradle wrapper, simply replace gradlew with gradle or the path to it.

The initial setup may take a few minutes. After Gradle has finished building everything, you can find the resulting artifacts in build/libs.

Tuning for optimal performance

This section is entirely optional and is only aimed at users who are interested in squeezing out every drop from their game. Sodium will work without issue in the default configuration of almost all launchers.

Generally speaking, newer versions of Java will provide better performance not only when playing Minecraft, but when using Sodium as well. The default configuration your game launcher provides will usually be some old version of Java 8 that has been selected to maximize hardware compatibility instead of performance.

For most users, these compatibility issues are not relevant, and it should be relatively easy to upgrade the game's Java runtime and apply the required patches. For more information on upgrading and tuning the Java runtime, see the guide here.

License

Sodium is licensed under GNU LGPLv3, a free and open-source license. For more information, please see the license file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].