Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luligabi1/noindium


https://github.com/luligabi1/noindium

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# No Indium?

[![Fabric API](https://images2.imgbox.com/8e/38/bfInI5qv_o.png)](https://www.curseforge.com/minecraft/mc-mods/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](https://maven.cafeteria.dev/#/releases/me/luligabi/NoIndium/).