Hi all,
I've been trying to add the baubles API to my project, I followed this guide (https://forums.minecraftforge.net/topic/60703-1121-implementation-of-an-api-baubles/) and so as such I have
deobfCompile "com.github.azanor:Baubles:${baubles_version}"
and
{
maven { url 'https://jitpack.io' }
}
in their appropriate places within build.gradle, as well as the baubles version (defined as 5df3d46, the most recent commit on the github) defined in gradle.properties. However, when I run setupDecompWorkspace and refresh the gradle project within IntelliJ no baubles files appear, and launching the client crashes with the following error: https://pastebin.com/YpJrTjtg
I assume it's something I've done wrong with the installation since many people much better at this than me have used the api fine since the last baubles commit.
Thanks in advance :)