Setting up curios Api as dependency

Have being failing to get Curious API to load, to save writing the whole error i will link to to issue i posted on the curious github (nobody is replying lol)

To explain further, my new set up is as follows

In build.gradle

repositories {
    maven { url = "https://maven.theillusivec4.top/" }
    maven { url = "https://www.cursemaven.com" }
}

dependencies {
    minecraft "net.minecraftforge:forge:1.20.1-47.4.13"

    implementation fg.deobf("top.theillusivec4.curios:curios-forge:5.14.1+1.20.1")
    implementation fg.deobf("curse.maven:cyclops-core-232758:7210370")
    implementation fg.deobf("curse.maven:evilcraft-74610:7223463")
}

in mods.toml

modLoader="javafml"
loaderVersion="\[47,)"
license="MIT"

[[mods]]
modId="evil_eye_evilcraft_addon"
version="1.0.0"
displayName="Evil Eye EvilCraft Addon"
authors="Extra_special_K, Manialate, TWGMike"
description='''
Adds the Evil Eye as an EvilCraft addon, integrating with Curios.
'''

[[dependencies.evil_eye_evilcraft_addon]]
modId="forge"
mandatory=true
versionRange="[47.4.13,)"
ordering="NONE"
side="BOTH"

[[dependencies.evil_eye_evilcraft_addon]]
modId="minecraft"
mandatory=true
versionRange="[1.20.1]"
ordering="NONE"
side="BOTH"

[[dependencies.evil_eye_evilcraft_addon]]
modId="evilcraft"
mandatory=true
versionRange="[1.2.30,)"
ordering="NONE"
side="BOTH"

[[dependencies.evil_eye_evilcraft_addon]]
modId="cyclopscore"
mandatory=true
versionRange="\[1.19.5,)"
ordering="NONE"
side="BOTH"

New error reads in this pastebin:

You are getting a runtime error in your program.
How is that in any way related to Gradle besides that you use Gradle to build and run it?

A fair response, im just asking everywhere as nobody seems to be able to help

But asking somewhere, where it is completely off-topic just wastes everyone’s time and is not really nice behavior. :wink: