Skip to content

Commit

Permalink
Update to be compatible with AE2 15.3.[01]-beta. (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomprince authored Dec 23, 2024
1 parent 936605c commit 1a4bc07
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ fun P2PTunnelPart<*>.toInfo() =
customName?.string ?: "",
isOutput,
hasChannel,
(externalFacingNode as? GridNode)?.usedChannels() ?: -1,
(externalFacingNode as? GridNode)?.getUsedChannels() ?: -1,
getTypeIndex()
)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ forge_version=1.20.1-47.2.1
kotlin_for_forge_version=4.10.0

# https://modrinth.com/mod/ae2/versions?g=1.20.1
ae2_version=15.1.0
ae2_version=15.3.0-beta
ae2_fabric_version=kywcQ25B

# https://www.curseforge.com/minecraft/mc-mods/fabric-language-kotlin
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 1a4bc07

Please sign in to comment.