Resource Provider Library (FABRIC)

Resource Provider Library (FABRIC)

55.1k Downloads

Resource Provider Mod (FABRIC)


Information

Resource Provider Mod - Respro. Is a dynamic resource generation library for minecraft highly inspired by Artifice by natanfudge and ARRP by Devan-Kerman

API

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"
}

Guide

In progress