Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Indium

Indium

Sodium addon providing support for the Fabric Rendering API, based on Indigo

21.06M
8,553
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.x
1.19.x
1.18.x
1.17.1
1.16.5

Platforms

Fabric
Quilt

Supported environments

Client-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source

Creators

comp500
comp500 Owner

Details

Licensed Apache-2.0
Published 3 years ago
Updated 3 months ago
DescriptionChangelogVersions

Show all versions

1
2
3

Indium 1.0.15 for Minecraft 1.19.4/Sodium 0.4.10

by comp500 on Mar 14, 2023
Download
  • Update to 1.19.4/Sodium 0.4.10 (comp500)
  • Port FabricMC/fabric#2898 (#176) (PepperCode1)

See the full changes on Github: https://github.com/comp500/Indium/commits/1.0.15+mc1.19.4

Indium 1.0.14 for Minecraft 1.19.3/Sodium 0.4.9

by comp500 on Feb 8, 2023
Download
  • Bump version (comp500)
  • Clarify how Fabric API relates to Indium (fixes #150) (comp500)
  • Update fabric.mod.json dep to latest renderer API version (comp500)

See the full changes on Github: https://github.com/comp500/Indium/commits/1.0.14+mc1.19.3

Indium 1.0.13 for Minecraft 1.19.3/Sodium 0.4.9

by comp500 on Feb 6, 2023
Download
  • Use random seed from Sodium rendering context and BlockModelRenderer caller (comp500)
  • Rename BlockRenderContext to avoid clash with Sodium class name (comp500)
  • 0.4.9 (#173) (IMS)
  • Merge pull request #167 from PepperCode1/1.19.x/main (comp500)
  • Update indium.mixins.json for refactored mixins (comp500)
  • Merge branch '1.19.x/main' into 1.19.x/main (comp500)
  • Minor buildscript improvements (#169) (triphora)
  • Fix FRAPI version dependency (PepperCode1)
  • Fix invoker (PepperCode1)
  • Port new changes from Indigo (PepperCode1)
  • Use Sodium's light and AO caches (PepperCode1)
  • Lookup Sodium version using Minotaur (thanks triphora!) (comp500)
  • Fix Sodium dep version ID for Modrinth release (comp500)

See the full changes on Github: https://github.com/comp500/Indium/commits/1.0.13+mc1.19.3

Indium 1.0.12 for Minecraft 1.19.3/Sodium 0.4.8

by comp500 on Jan 3, 2023
Download
  • Update to Sodium 0.4.8 (comp500)
  • Fix Github URL to use to-be-created tag (comp500)

See the full changes on Github: https://github.com/comp500/Indium/commits/1.0.12+mc1.19.3

Indium 1.0.11 for Minecraft 1.19.3/Sodium 0.4.7

by comp500 on Jan 2, 2023
Download
  • Fix Modrinth upload for new gameVersions/loaders fields (comp500)
  • Add release automation (comp500)
  • Bump version, compile against Sodium 0.4.7 (comp500)

See the full changes on Github: https://github.com/comp500/Indium/commits/1.0.10+mc1.19.3-3-ge7c5457

Indium 1.0.10 for Minecraft 1.19.3/Sodium 0.4.6

by comp500 on Dec 10, 2022
Download
  • Ported to 1.19.3 / Sodium 0.4.6 (thanks IMS!)

Indium 1.0.9 for Minecraft 1.19.2/Sodium 0.4.4

by comp500 on Aug 29, 2022
Download

Indium 1.0.8 for Minecraft 1.19.2/Sodium 0.4.3

by comp500 on Aug 28, 2022
Download
  • Update fabric.mod.json

Indium 1.0.7 for Minecraft 1.19.2/Sodium 0.4.2

by comp500 on Aug 1, 2022
Download

Indium 1.0.7 for Minecraft 1.18.2/Sodium 0.4.1

by comp500 on Aug 1, 2022
Download
  • Fix mixin in remapped dev environment
  • Fix AO calculation (PepperCode1)

Indium 1.0.6 for Minecraft 1.19.1/Sodium 0.4.2

by comp500 on Jun 19, 2022
Download

Fix Indium not rendering replaced models (PepperCode1)

Indium 1.0.6 for Minecraft 1.18.2/Sodium 0.4.1

by comp500 on Jun 19, 2022
Download

Fix Indium not rendering replaced models (PepperCode1, backported)

Indium 1.0.5 for Minecraft 1.19/Sodium 0.4.2

by comp500 on Jun 15, 2022
Download

Fix vanilla Ambient Occlusion (not enabled by default, but caused an error in the log)

Indium 1.0.4 for Minecraft 1.19/Sodium 0.4.2

by comp500 on Jun 8, 2022
Download

Updated for 1.19/Sodium 0.4.2 (IMS212)

Indium 1.0.3 for Minecraft 1.18.2/Sodium 0.4.1

by comp500 on Apr 24, 2022
Download
  • Use Sodium's occlusion cache for improved performance (Moodsss)
  • "Modernize Indigo" changes: (IMS212, PepperCode1)
    • Fix QuadView#copyTo inconsistency with specification
    • Fix enchantment glint not rendering on item models using ItemRenderContext
    • Improve vertex consumer caching in ItemRenderContext
    • Restructure quad rendering to be more efficient and consistent with block rendering in ItemRenderContext
    • Fix typos
    • Add @Unique annotations to fields added by Indigo mixins

Indium 1.0.2 for Minecraft 1.18.2/Sodium 0.4.1

by comp500 on Mar 2, 2022
Download

Updated for Minecraft 1.18.2/Sodium 0.4.1

Indium 1.0.2-alpha3 for Minecraft 1.18.1/Sodium 0.4.0-alpha6

by comp500 on Feb 28, 2022
Download
  • Optimize terrain building by using Sodium's ChunkModelBuilder directly
  • Fix compatibility with Sodium's "animate only visible textures" option
  • Port recent Indigo bug fixes
  • Restructure and rename classes to be more consistent
  • Update build dependencies and gitignore
  • Add FREX incompatibility error message

Indium 1.0.2-alpha2 for Minecraft 1.18.1/Sodium 0.4.0-alpha6

by comp500 on Jan 15, 2022
Download

Updated for Sodium 0.4.0-alpha6

Indium 1.0.2 for Minecraft 1.18.x/Sodium 0.4.0-alpha5

by comp500 on Nov 30, 2021
Download

Updated for Minecraft 1.18/Sodium 0.4.0-alpha5

Indium 1.0.1 for Minecraft 1.17.1/Sodium 0.3.3+

by comp500 on Nov 23, 2021
Download

Updated to support Sodium 0.3.3

1
2
3

Modrinth is open source.

fix-window-open@1656e14

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.