Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstMegaGame4 committed May 10, 2024
1 parent 39cf279 commit b6c3fdc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,14 @@ dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

// env.json
modImplementation "com.github.MModding:env.json:${project.env_json_version}"
modImplementation "com.mmodding:env.json:${project.env_json_version}"

// sodium-fabric, needed for compatibility
modImplementation "maven.modrinth:sodium:${project.sodium_version}"

// Axiom is an All Rights Reserved project which is under its own eula (https://axiom.moulberry.com/eula)
// I received an explicit permission from Moulberry (current Axiom maintainer) to access and use Axiom's code by Modrinth Maven for that project
// as long I'm using it to create and keep compatibility

// as long I'm using it to create and keep compatibility - still not working currently => will take more time before being done
modImplementation "maven.modrinth:axiom:${project.axiom_version}"
modCompileOnly "com.github.moulberry:AxiomClientAPI:1.0.5.3"

Expand Down

0 comments on commit b6c3fdc

Please sign in to comment.