mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-19 14:59:25 +00:00
fix api ussue in #5
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,5 +1,5 @@
|
|||||||
DivineMC-API
|
divinemc-api
|
||||||
DivineMC-Server
|
divinemc-server
|
||||||
|
|
||||||
build/
|
build/
|
||||||
.gradle/
|
.gradle/
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ subprojects {
|
|||||||
}
|
}
|
||||||
|
|
||||||
paperweight {
|
paperweight {
|
||||||
serverProject.set(project(":DivineMC-Server"))
|
serverProject.set(project(":divinemc-server"))
|
||||||
|
|
||||||
remapRepo.set("https://maven.fabricmc.net/")
|
remapRepo.set("https://maven.fabricmc.net/")
|
||||||
decompileRepo.set("https://files.minecraftforge.net/maven/")
|
decompileRepo.set("https://files.minecraftforge.net/maven/")
|
||||||
@@ -55,8 +55,8 @@ paperweight {
|
|||||||
apiPatchDir.set(layout.projectDirectory.dir("patches/api"))
|
apiPatchDir.set(layout.projectDirectory.dir("patches/api"))
|
||||||
serverPatchDir.set(layout.projectDirectory.dir("patches/server"))
|
serverPatchDir.set(layout.projectDirectory.dir("patches/server"))
|
||||||
|
|
||||||
apiOutputDir.set(layout.projectDirectory.dir("DivineMC-API"))
|
apiOutputDir.set(layout.projectDirectory.dir("divinemc-api"))
|
||||||
serverOutputDir.set(layout.projectDirectory.dir("DivineMC-Server"))
|
serverOutputDir.set(layout.projectDirectory.dir("divinemc-server"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ index 04a1e3c9619b41f429bd598d55c9e0b5abaff920..349f2fc139ff8d9f731146b1c3641795
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
- implementation(project(":pufferfish-api")) // Pufferfish // Paper
|
- implementation(project(":pufferfish-api")) // Pufferfish // Paper
|
||||||
+ implementation(project(":DivineMC-API")) // DivineMC // Pufferfish // Paper
|
+ implementation(project(":divinemc-api")) // DivineMC // Pufferfish // Paper
|
||||||
// Pufferfish start
|
// Pufferfish start
|
||||||
implementation("io.papermc.paper:paper-mojangapi:1.19.2-R0.1-SNAPSHOT") {
|
implementation("io.papermc.paper:paper-mojangapi:1.19.2-R0.1-SNAPSHOT") {
|
||||||
exclude("io.papermc.paper", "paper-api")
|
exclude("io.papermc.paper", "paper-api")
|
||||||
|
|||||||
@@ -8,4 +8,4 @@ pluginManagement {
|
|||||||
|
|
||||||
rootProject.name = "DivineMC"
|
rootProject.name = "DivineMC"
|
||||||
|
|
||||||
include("DivineMC-API", "DivineMC-Server")
|
include("divinemc-api", "divinemc-server")
|
||||||
Reference in New Issue
Block a user