enjarai/do-a-barrel-roll

[QUESTION] Java noob here, how do you compile this mod ?

Closed this issue · 8 comments

I know you have to execute the gradlew.bat file but i get fatal errors when i try to compile it (see image)
image

How do i fix this ?

(sorry btw if the answer obvious, i'm a complete Java noob)

cardinal components seems not to be found. Did you change anything in the mod?

i didnt change anything

(and damn i didnt expect an answer that quickly lol)

forgor to say that i'm trying to compile the 1.19.2 version

Oh yeah the maven repo moved. If you want to try you could try to add

    maven {
        name = 'Ladysnake Mods'
        url = 'https://maven.ladysnake.org/releases'
    }

into to the repositories block.

The old versioned isn't really supported anymore btw.

If you don't know how to make the needed changes you could also get the version from modrinth: https://modrinth.com/mod/do-a-barrel-roll/version/2.6.2+1.19-fabric. Just be aware that you won't get support for it as 1.19.2 is not supported anymore and an old version.

alright

where do i add the "maven" code to ? (aka which file)

you should add it to the build.gradle

okay thanks