Skip to content

Commit

Permalink
Begun working on getting new (GTNH 2.7.0) MTEs rendered
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdmandt committed Oct 3, 2024
1 parent ead4e3e commit 17dfd1d
Show file tree
Hide file tree
Showing 2 changed files with 2,610 additions and 62 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
shadowImplementation("com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20180219.1") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.49.64:dev"){
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.50.29:dev"){
transitive = false
}
compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-450-GTNH:dev"){
Expand All @@ -78,7 +78,7 @@ dependencies {
compileOnly("com.github.GTNewHorizons:ServerUtilities:2.0.66:dev"){
transitive = false
}
runtimeOnlyNonPublishable("com.github.GTNewHorizons:GT5-Unofficial:5.09.49.64:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:GT5-Unofficial:5.09.50.29:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:Hodgepodge:2.5.57:dev")
runtimeOnlyNonPublishable("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.3.40-GTNH:dev")
Expand Down
Loading

0 comments on commit 17dfd1d

Please sign in to comment.