9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2026-01-06 15:51:42 +00:00
This commit is contained in:
MrPowerGamerBR
2022-03-08 10:21:48 -03:00
parent ca6e855978
commit dc5ab8dbab
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
group=net.sparklypower.sparklypaper group=net.sparklypower.sparklypaper
version=1.18.1-R0.1-SNAPSHOT version=1.18.2-R0.1-SNAPSHOT
mcVersion=1.18.1 mcVersion=1.18.2
paperRef=6df46412cfcb5fbf8ef5359694ce72190074790c paperRef=e0b3f3f8cbcce581cc3cc3334b09f6165f964270
org.gradle.caching=true org.gradle.caching=true
org.gradle.parallel=true org.gradle.parallel=true

View File

@@ -16,7 +16,7 @@ index 028f6a1795ceb99d1760c73b0980238677b4b8bc..0216a5f72b5f3dec6cbebad9f400ac42
- implementation(project(":paper-mojangapi")) - implementation(project(":paper-mojangapi"))
+ // SparklyPaper start + // SparklyPaper start
+ implementation(project(":sparklypaper-api")) + implementation(project(":sparklypaper-api"))
+ implementation("io.papermc.paper:paper-mojangapi:1.18.1-R0.1-SNAPSHOT") { + implementation("io.papermc.paper:paper-mojangapi:1.18.2-R0.1-SNAPSHOT") {
+ exclude("io.papermc.paper", "paper-api") + exclude("io.papermc.paper", "paper-api")
+ } + }
+ // SparklyPaper end + // SparklyPaper end