Do a Barrel Roll

Do a Barrel Roll

3M Downloads

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

remidu64 opened this issue ยท 8 comments

commented

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)

commented

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

commented

i didnt change anything

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

commented

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

commented

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.

commented

alright

commented

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

commented

you should add it to the build.gradle

commented

okay thanks