Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 858 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 858 Bytes

No Indium?

Fabric API

No Indium? is a small, jij-able mod attempting to minimize the usage of Sodium without Indium on Fabric.

Features

  • Warns users using Sodium without Indium;
  • Warns users using Optifabric;
  • Configurable (disable one of the previous features, remove "Proceed Anyway" button).

Adding to your project

repositories {
    maven {
        url = 'https://maven.cafeteria.dev/releases/'
    }
}

dependencies {
    modImplementation "me.luligabi:NoIndium:[VERSION]"
    include "me.luligabi:NoIndium:[VERSION]"
}

You can check the mod's current version at Cafeteria's Maven.