Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luligabi1/noindium
https://github.com/luligabi1/noindium
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/luligabi1/noindium
- Owner: Luligabi1
- License: mit
- Created: 2022-04-17T03:49:29.000Z (over 2 years ago)
- Default Branch: 1.20.4
- Last Pushed: 2024-02-04T02:54:57.000Z (10 months ago)
- Last Synced: 2024-02-04T03:29:44.107Z (10 months ago)
- Language: Java
- Size: 314 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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/).