Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
-Disable Crossbow and AssetMover (both were unused)
-Switch out Shadowfacts' Forgelin for Forgelin-Continuous
-Switch out JEI for Had Enough Items
-Add Tinkers' Construct, Mantle, and Construct's Armory for integration
  • Loading branch information
IcarussOne committed Dec 18, 2024
1 parent 1bac755 commit c66f66f
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,27 +103,34 @@ dependencies {
}

// Example of deobfuscating a dependency
// implementation rfg.deobf('curse.maven:had-enough-items-557549:4543375')
implementation rfg.deobf("curse.maven:cofh-core-69162:2920433")
implementation rfg.deobf("curse.maven:future-mc-310059:3924863")
implementation rfg.deobf("curse.maven:thaumcraft-223628:2629023")
implementation rfg.deobf("curse.maven:thermal-expansion-69163:2926431")
implementation rfg.deobf("curse.maven:thermal-foundation-222880:2926428")
implementation rfg.deobf("maven.modrinth:crossbow:1.1.0")
//implementation rfg.deobf("maven.modrinth:crossbow:1.1.0")
implementation "curse.maven:industrial-foregoing-266515:2745324"
implementation "curse.maven:just-enough-resources-jer-240630:4440936"
implementation "curse.maven:morph-229080:2995522"
implementation "curse.maven:pams-harvestcraft-221857:2904825"
runtimeOnly "com.cleanroommc:assetmover:2.5"
//runtimeOnly "com.cleanroommc:assetmover:2.5"
runtimeOnly "curse.maven:baubles-227083:2518667"
runtimeOnly "curse.maven:codechicken-lib-1-8-242818:2779848"
runtimeOnly "curse.maven:cofh-world-271384:2920434"
runtimeOnly "curse.maven:ichunutil-229060:2801262"
runtimeOnly "curse.maven:jei-238222:4538010"
runtimeOnly "curse.maven:redstone-flux-270789:2920436"
runtimeOnly "curse.maven:shadowfacts-forgelin-248453:2785465"
runtimeOnly "curse.maven:forgelin-continuous-456403:5946402"
runtimeOnly "curse.maven:tesla-core-lib-254602:3438487"

// Had Enough Items + Addons
runtimeOnly "curse.maven:had-enough-items-557549:5906628"
implementation "curse.maven:just-enough-resources-jer-240630:4440936"

// Tinkers' Construct + Construct's Armory
implementation "curse.maven:mantle-74924:2713386"
implementation "curse.maven:tinkers-construct-74072:2902483"
implementation "curse.maven:constructs-armory-287683:3174535"


if (project.use_mixins.toBoolean()) {
// Change your mixin refmap name here:
String mixin = modUtils.enableMixins('org.spongepowered:mixin:0.8.3', "mixins.${project.archives_base_name}.refmap.json")
Expand Down

0 comments on commit c66f66f

Please sign in to comment.