unascribed / BlockRenderer

A mod to render blocks and items. Useful for wikis.
https://www.curseforge.com/minecraft/mc-mods/blockrenderer
MIT License
23 stars 17 forks source link

Maven version can't run on 1.12.2 #20

Closed codetaylor closed 3 years ago

codetaylor commented 6 years ago

The maven version listed on the curseforge page requires an older version of MC:

repositories {
    maven {
        name = 'unascribed'
        url = 'http://unascribed.com/maven/releases'
    }
}
dependencies {
    deobfCompile 'com.unascribed:blockrenderer:0.3.3'
}

Will this be updated?

Thanks for this mod! :)

unascribed commented 3 years ago

I don't publish non-library mod releases to a Maven repo anymore; please let me know if it would still be useful for your workflow to resume doing so and I'll reopen.