Resource Provider Mod - Respro. Is a dynamic resource generation library for minecraft highly inspired by Artifice by natanfudge and ARRP by Devan-Kerman
Mod is published on custom maven repository. You can fetch it and include it in your mod in following way:
repositories {
maven {
url = "https://prod-cebbys-repomanager.herokuapp.com"
}
}Only versions above 0.1.1 are available
dependencies {
// Example include with version template
include "lv.cebbys.mcmods:respro:${version}"
// Example include of version 0.1.1
include "lv.cebbys.mcmods:respro:0.1.1"
}In progress