Economy API for Fabric
There are two options to make use of this API in your project, jitpack or clone and build locally.
repositories {
maven { url = "https://jitpack.io" }
}
in your build.gradle and you can include the API with
modApi "com.github.ExcessiveAmountsOfZombies:OctoEconomyApi:5137175b1c"
include "com.github.ExcessiveAmountsOfZombies:OctoEconomyApi:5137175b1c"
5137175b1c
corresponds to version 1.0.0 of the API
./gradlew publishToMavenLocal
After that make sure you have
repositories {
mavenLocal()
}
in your build.gradle and you can include the API with
modApi "com.epherical.octo-economy-api:OctoEconomyApi:1.0.0"
include "com.epherical.octo-economy-api:OctoEconomyApi:1.0.0"
Just-In-Jar might not always be necessary.
If you want your mod added to this list here, submit a PR!
EightsEconomyP - Thonk
Shoppy - Thonk
The Guild - fulmineo64
Flan - Flemmli97