Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mclegoman/fabric-simplelibs

magistermaks's Simple Fabric Libs combined into a Fabric Mod.
https://github.com/mclegoman/fabric-simplelibs

Last synced: 6 days ago
JSON representation

magistermaks's Simple Fabric Libs combined into a Fabric Mod.

Awesome Lists containing this project

README

        

# fabric-simplelibs
Compiles [Simple Fabric Libs](https://github.com/magistermaks/fabric-simplelibs) into a single mod.

### build.gradle

```
repositories {
maven { url 'https://jitpack.io' }
}
```
**Fabric/Quilt**
```
dependencies {
include(modImplementation "com.github.MCLegoMan:fabric-simplelibs:2.0.0-Fabric")
}
```
**LegacyFabric**
```
dependencies {
include(modImplementation "com.github.MCLegoMan:fabric-simplelibs:2.0.0-LegacyFabric")
}
```

[fabric-simplelibs](https://github.com/MCLegoMan/fabric-simplelibs) and [Simple Fabric Libs](https://github.com/magistermaks/fabric-simplelibs) are both licensed under the MIT license.