Cannot make addons
Orangenal-name opened this issue ยท 1 comments
It won't let me use Origins in my mod, as when I attempt to add it, I get errors when I build my mod:
A problem occurred configuring root project 'MOD NAME HERE'.
> Could not resolve all files for configuration ':modCompileClasspath'.
> Could not resolve com.terraformersmc:modmenu:2.0.0-beta.7.
Required by:
project : > com.github.MerchantPug:origins-fabric:282d1384ff
> Could not resolve com.terraformersmc:modmenu:2.0.0-beta.7.
> Could not get resource 'https://dl.bintray.com/adriantodt/maven/com/terraformersmc/modmenu/2.0.0-beta.7/modmenu-2.0.0-beta.7.pom'.
> Could not GET 'https://dl.bintray.com/adriantodt/maven/com/terraformersmc/modmenu/2.0.0-beta.7/modmenu-2.0.0-beta.7.pom'. Received status code 403 from server: Forbidden
> Could not resolve net.adriantodt.fabricmc:fallflyinglib:3.0.0-beta.2.
Required by:
project : > com.github.MerchantPug:origins-fabric:282d1384ff > com.github.apace100:apoli:v1.0.3
> Could not resolve net.adriantodt.fabricmc:fallflyinglib:3.0.0-beta.2.
> Could not get resource 'https://dl.bintray.com/adriantodt/maven/net/adriantodt/fabricmc/fallflyinglib/3.0.0-beta.2/fallflyinglib-3.0.0-beta.2.pom'.
> Could not GET 'https://dl.bintray.com/adriantodt/maven/net/adriantodt/fabricmc/fallflyinglib/3.0.0-beta.2/fallflyinglib-3.0.0-beta.2.pom'. Received status code 403 from server: Forbidden
> Could not resolve io.github.onyxstudios.Cardinal-Components-API:cardinal-components-base:3.0.0.
Required by:
project : > com.github.MerchantPug:origins-fabric:282d1384ff > com.github.apace100:apoli:v1.0.3
> Could not resolve io.github.onyxstudios.Cardinal-Components-API:cardinal-components-base:3.0.0.
> Could not get resource 'https://dl.bintray.com/adriantodt/maven/io/github/onyxstudios/Cardinal-Components-API/cardinal-components-base/3.0.0/cardinal-components-base-3.0.0.pom'.
> Could not GET 'https://dl.bintray.com/adriantodt/maven/io/github/onyxstudios/Cardinal-Components-API/cardinal-components-base/3.0.0/cardinal-components-base-3.0.0.pom'. Received status code 403 from server: Forbidden
> Could not resolve io.github.onyxstudios.Cardinal-Components-API:cardinal-components-entity:3.0.0.
Required by:
project : > com.github.MerchantPug:origins-fabric:282d1384ff > com.github.apace100:apoli:v1.0.3
> Could not resolve io.github.onyxstudios.Cardinal-Components-API:cardinal-components-entity:3.0.0.
> Could not get resource 'https://dl.bintray.com/adriantodt/maven/io/github/onyxstudios/Cardinal-Components-API/cardinal-components-entity/3.0.0/cardinal-components-entity-3.0.0.pom'.
> Could not GET 'https://dl.bintray.com/adriantodt/maven/io/github/onyxstudios/Cardinal-Components-API/cardinal-components-entity/3.0.0/cardinal-components-entity-3.0.0.pom'. Received status code 403 from server: Forbidden
> Could not resolve io.github.ladysnake:PlayerAbilityLib:1.3.0-nightly.1.17-rc1.
Required by:
project : > com.github.MerchantPug:origins-fabric:282d1384ff > com.github.apace100:apoli:v1.0.3
> Could not resolve io.github.ladysnake:PlayerAbilityLib:1.3.0-nightly.1.17-rc1.
> Could not get resource 'https://dl.bintray.com/adriantodt/maven/io/github/ladysnake/PlayerAbilityLib/1.3.0-nightly.1.17-rc1/PlayerAbilityLib-1.3.0-nightly.1.17-rc1.pom'.
> Could not GET 'https://dl.bintray.com/adriantodt/maven/io/github/ladysnake/PlayerAbilityLib/1.3.0-nightly.1.17-rc1/PlayerAbilityLib-1.3.0-nightly.1.17-rc1.pom'. Received status code 403 from server: Forbidden
See the updated workspace setup guide: https://origins.readthedocs.io/en/latest/guides/addon/workspace_setup/