Reduce dependencies

If I understand it correctly, the implementation rule is there to include anything we use in the mod that is not part of the API? If so, I don't use anything like that. Anyway, it compiles, and it runs, so I'm happy with it. Revert this if issues arise, I guess
This commit is contained in:
abel1502 2025-06-20 02:00:14 +03:00
parent 2744ab322c
commit d15ab7079a
No known key found for this signature in database
GPG Key ID: 076926596A536338

View File

@ -107,8 +107,7 @@ dependencies {
implementation "li.cil.oc:OpenComputers:MC1.7.10-1.5.+:api"
implementation "com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta.56-GTNH:dev"
compileOnly "com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta.56-GTNH:sources"
compileOnly "com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta.56-GTNH:dev"
}
processResources {