Skip to content

Commit

Permalink
gradle: begin unity implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Dec 31, 2024
1 parent 095568f commit 7602e77
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ dependencies {
implementation "com.aetherteam.nitrogen:nitrogen_internals:${minecraft_version}-${nitrogen_version}-neoforge"
implementation "com.aetherteam.cumulus:cumulus_menus:${minecraft_version}-${project.cumulus_version}-neoforge"
implementation "net.zepalesque.zenith:zenith:${minecraft_version}-${zenith_version}-neoforge"
implementation "net.zepalesque.unity:aether_unity:${minecraft_version}-${unity_version}-neoforge"
implementation "io.wispforest:accessories-neoforge:${project.accessories_version}+${project.minecraft_version}"


Expand Down Expand Up @@ -107,6 +108,13 @@ dependencies {
prefer "${minecraft_version}-${zenith_version}-neoforge"
}
}

jarJar("net.zepalesque.unity:aether_unity:${minecraft_version}-${unity_version}-neoforge") {
version {
strictly "[${minecraft_version}-${unity_version}-neoforge,)"
prefer "${minecraft_version}-${unity_version}-neoforge"
}
}
}

repositories {
Expand All @@ -125,6 +133,7 @@ repositories {
maven githubPackage.invoke("The-Aether-Team/Nitrogen")
maven githubPackage.invoke("The-Aether-Team/Cumulus")
maven githubPackage.invoke("Zepalesque/Zenith")
maven githubPackage.invoke("Zepalesque/The-Aether-Unity")
flatDir { dir 'libs' }
}

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ mappings_mc_ver=1.21
mappings=2024.06.23

# Required Dependencies
zenith_version=1.1.11

aether_version=1.5.1-beta.4
zenith_version=1.2.02
unity_version=0.0.7
aether_version=1.5.1
nitrogen_version=1.1.22
cumulus_version=1.1.2

Expand Down

0 comments on commit 7602e77

Please sign in to comment.