Skip to content

Commit

Permalink
flush
Browse files Browse the repository at this point in the history
  • Loading branch information
Globox1997 committed Aug 25, 2024
1 parent 32fc07d commit 618fae6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.5-SNAPSHOT'
id 'fabric-loom' version '1.7-SNAPSHOT'
id 'maven-publish'
}

Expand Down Expand Up @@ -33,13 +33,13 @@ dependencies {
exclude(group: "net.fabricmc.fabric-api")
}
// Nameplate
modCompileOnly ('maven.modrinth:nameplate:1.1.3+1.19.2') {
modCompileOnly ('maven.modrinth:nameplate:1.1.4+1.20.1') {
exclude(group: "net.fabricmc.fabric-api")
}
//Wthit for nameplate
modCompileOnly ("mcp.mobius.waila:wthit-api:fabric-8.0.2")
// LevelZ
modCompileOnly ('maven.modrinth:levelz:1.4.9+1.20') {
modCompileOnly ('maven.modrinth:levelz:1.4.13+1.20.1') {
exclude(group: "net.fabricmc.fabric-api")
}
// PlayerEx
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 3 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 618fae6

Please sign in to comment.