Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated 3 weeks ago
All versions
mc1.21.1-2.0.5+neoforge
Alpha
[NeoForge] Reese's Sodium Options 2.0.5 - Minecraft 1.21.12 months ago 311.7K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Required content
Any compatible version
Changes
What's Changed
- French Translation by Myuui by @Myuui in https://github.com/FlashyReese/reeses-sodium-options/pull/76
- Port to Mojang Mappings by @IMS212 in https://github.com/FlashyReese/reeses-sodium-options/pull/91
- Added cursor pulsing animation by @cattyngmd in https://github.com/FlashyReese/reeses-sodium-options/pull/114
- Add Dutch translation by @Thijzert123 in https://github.com/FlashyReese/reeses-sodium-options/pull/118
- Create es_es.json by @C4BR3R4 in https://github.com/FlashyReese/reeses-sodium-options/pull/100
- Turkish Translation(tr_tr.json) by @Hexasan in https://github.com/FlashyReese/reeses-sodium-options/pull/132
- Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/FlashyReese/reeses-sodium-options/pull/126
- Port fabric mod to Minecraft 1.21.9 & Sodium 0.7.0 by @amiralimollaei in https://github.com/FlashyReese/reeses-sodium-options/pull/141
- Add category tab button's colored font support. by @7777777-4547 in https://github.com/FlashyReese/reeses-sodium-options/pull/153
- Add Japanese Translation by @yutadev31 in https://github.com/FlashyReese/reeses-sodium-options/pull/145
- change: Update for Sodium 0.8.3 by @7777777-4547 in https://github.com/FlashyReese/reeses-sodium-options/pull/154
New Contributors
- @Myuui made their first contribution in https://github.com/FlashyReese/reeses-sodium-options/pull/76
- @IMS212 made their first contribution in https://github.com/FlashyReese/reeses-sodium-options/pull/91
- @cattyngmd made their first contribution in https://github.com/FlashyReese/reeses-sodium-options/pull/114
- @Thijzert123 made their first contribution in https://github.com/FlashyReese/reeses-sodium-options/pull/118
- @C4BR3R4 made their first contribution in https://github.com/FlashyReese/reeses-sodium-options/pull/100
- @Hexasan made their first contribution in https://github.com/FlashyReese/reeses-sodium-options/pull/132
- @NuruddinPlays made their first contribution in https://github.com/FlashyReese/reeses-sodium-options/pull/126
- @amiralimollaei made their first contribution in https://github.com/FlashyReese/reeses-sodium-options/pull/141
- @yutadev31 made their first contribution in https://github.com/FlashyReese/reeses-sodium-options/pull/145
Full Changelog: https://github.com/FlashyReese/reeses-sodium-options/compare/mc1.21-1.7.2...mc1.21.1-2.0.5
Optional dependencies
Any compatible version
Any compatible version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Bh37bMuy:Pv76GJbN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Bh37bMuy:Pv76GJbN"
}
