Skip to content

Commit

Permalink
ae2 released, use modrinth maven since modmaven publishing failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari023 committed Nov 30, 2023
1 parent 85fd6cf commit 388e48e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
implementation("top.theillusivec4.curios:curios-forge:${curiosVersion}")
implementation("me.shedaniel.cloth:cloth-config-${modloader}:${clothVersion}")
implementation("dev.architectury:architectury-${modloader}:${architecturyVersion}")
implementation("appeng:appliedenergistics2-neoforge:${ae2Version}") {
implementation("maven.modrinth:ae2:${ae2Version}") {
exclude(group = "mezz.jei")
exclude(group = "me.shedaniel")
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ archivesBaseName=AE2WTLib
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabricApiVersion=0.88.1+1.20.1
neoforgeVersion=20.2.59-beta
neoforgeVersion=20.2.63-beta
modloader=forge

ae2Version=0.0.1
ae2Version=16.0.1-alpha
trinketsVersion=3.7.1
#Trinkets dependency
ccaVersion=5.2.1
Expand Down

0 comments on commit 388e48e

Please sign in to comment.