Skip to content

Commit

Permalink
Switch to grabbing ProjectE from cursemaven now that it is released. C…
Browse files Browse the repository at this point in the history
…loses mekanism#7430
  • Loading branch information
pupnewfster committed Mar 25, 2022
1 parent 02870bd commit ae391aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,7 @@ dependencies {
compileOnly fg.deobf("com.blamejared.jeitweaker:JEITweaker-1.18.1:${jeitweaker_version}")

//Mods we have dependencies on but don't bother loading into the dev environment
//TODO - 1.18: Currently we are getting projecte from flatdir for purposes of compiling
//compileOnly fg.deobf("curse.maven:projecte-api-226410:${projecte_api_id}")
compileOnly fg.deobf("projecte:projecte:1.0.0:api")
compileOnly fg.deobf("curse.maven:projecte-api-226410:${projecte_api_id}")
//TODO - 1.18: Support flux networks again when it ports
//compileOnly fg.deobf("curse.maven:flux-networks-248020:${flux_networks_id}")
compileOnly fg.deobf("top.theillusivec4.curios:curios-forge:${minecraft_version}-${curios_version}:api")
Expand All @@ -444,9 +442,7 @@ dependencies {
datagenmainImplementation fg.deobf("curse.maven:i-like-wood-324164:${ilikewood_id}")
datagenmainImplementation fg.deobf("curse.maven:i-like-wood-biomes-o-plenty-437203:${ilikewood_bop_id}")
datagenmainImplementation fg.deobf("curse.maven:i-like-wood-oh-the-biomes-youll-go-475110:${ilikewood_byg_id}")
//TODO - 1.18: Currently we are getting projecte from flatdir for purposes of compiling
//datagenmainRuntimeOnly fg.deobf("curse.maven:projecte-226410:${projecte_id}")
datagenmainRuntimeOnly fg.deobf("projecte:projecte:1.0.0:universal")
datagenmainRuntimeOnly fg.deobf("curse.maven:projecte-226410:${projecte_id}")
}

if (project.hasProperty('UPDATE_MAPPINGS')) {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jade_id=3681449
jei_version=9.5.2.135
jeitweaker_version=3.0.0.4
oc2_id=3647401
#projecte_api_id=3223223
projecte_api_id=3711782
top_id=3671753
#top_version=1.16-3.1.4-22

Expand All @@ -52,7 +52,7 @@ byg_id=3681712
ilikewood_id=3638992
ilikewood_bop_id=3638994
ilikewood_byg_id=3639011
#projecte_id=3223221
projecte_id=3711781
terrablender_id=3684313

#Outdated mod dependencies
Expand Down

0 comments on commit ae391aa

Please sign in to comment.