Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mclegoman/fabric-simplelibs
- Owner: MCLegoMan
- Created: 2023-05-23T14:12:59.000Z (over 1 year ago)
- Default Branch: FabricMC
- Last Pushed: 2023-08-06T21:36:57.000Z (over 1 year ago)
- Last Synced: 2023-08-06T22:25:13.051Z (over 1 year ago)
- Language: Java
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.