Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: The Great Unification™ (Aether: Unity utilization) #213

Draft
wants to merge 12 commits into
base: 1.21.1-1.1
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,22 @@ dependencies {
prefer "${project.terrablender_version}"
}
}
implementation "net.zepalesque.unity:aether_unity:${project.mc_version}-${project.unity_version}-neoforge"
jarJar("net.zepalesque.unity:aether_unity:${project.mc_version}-${project.unity_version}-neoforge") {
version {
strictly "[${project.mc_version}-${project.unity_version},)"
prefer "${project.mc_version}-${project.unity_version}"
}
}

// Unity Dependency
implementation "net.zepalesque.zenith:zenith:${project.mc_version}-${zenith_version}-neoforge"
jarJar("net.zepalesque.zenith:zenith:${project.mc_version}-${project.zenith_version}-neoforge") {
version {
strictly "[${project.mc_version}-${project.zenith_version},)"
prefer "${project.mc_version}-${project.zenith_version}"
}
}

//Optional Dependencies
compileOnly("mezz.jei:jei-${project.mc_version}-common-api:${project.jei_version}")
Expand All @@ -101,6 +117,8 @@ repositories {
maven githubPackage.invoke("The-Aether-Team/Nitrogen")
maven githubPackage.invoke("The-Aether-Team/Cumulus")
maven githubPackage.invoke("The-Aether-Team/Protect-Your-Moa")
maven githubPackage.invoke("Zepalesque/The-Aether-Unity")
maven githubPackage.invoke("Zepalesque/Zenith")
maven { url = "https://maven.theillusivec4.top/" }
maven { url = 'https://maven.minecraftforge.net/' }
maven { url = "https://maven.wispforest.io" }
Expand Down
8 changes: 6 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,19 @@ mod_authors=RazorDevs
mod_description=Deep Aether is an unofficial addon for the Aether Mod which aims to add extra content to the Aether Dimension in a similar fashion to the 1.16 Nether Expansion update.\nExtra content includes new blocks, items, plants, biomes, trees, mobs, and more!\nCreated by RazorDevs!

# Dependencies
aether_version=1.21.1-1.5.1-beta.3-neoforge
aether_version=1.21.1-1.5.1-neoforge
nitrogen_version=1.21.1-1.1.19-neoforge
cumulus_version=1.21.1-1.1.0-neoforge
cumulus_version=1.21.1-2.0.0-neoforge
accessories_version=1.1.0-beta.16
cloth_config_version=15.0.140

# Included Dependencies
aeroblender_version=1.21.1-1.0.0-neoforge
terrablender_version=1.21.1-4.1.0.3
unity_version=0.0.7

# Unity Dependency
zenith_version=1.2.02

# Optional Dependencies
jei_version=19.21.0.246

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading