Skip to content

Commit 58ece45

Browse files
committed
Fixed startup
1 parent 7954f2f commit 58ece45

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

deepslateMC-api/build.gradle.kts.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/leaf-api/build.gradle.kts
22
+++ b/leaf-api/build.gradle.kts
3-
@@ -117,20 +117,24 @@ sourceSets {
3+
@@ -119,20 +119,24 @@ sourceSets {
44
// Gale start - project setup
55
srcDir(file("../paper-api/src/main/java"))
66
srcDir(file("../gale-api/src/main/java")) // Leaf - project setup

deepslateMC-server/build.gradle.kts.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
- "Brand-Id" to "winds-studio:leaf", // Gale - branding changes // Leaf - Rebrand
8080
- "Brand-Name" to "Leaf", // Gale - branding changes // Leaf - Rebrand
8181
+ "Specification-Vendor" to "Pascalpex", // Gale - branding changes // Leaf - Rebrand // Deepslate - Rebrand
82-
+ "Brand-Id" to "pascalpex:deepslateMC", // Gale - branding changes // Leaf - Rebrand // Deepslate - Rebrand
82+
+ "Brand-Id" to "pascalpex:deepslate", // Gale - branding changes // Leaf - Rebrand // Deepslate - Rebrand
8383
+ "Brand-Name" to "DeepslateMC", // Gale - branding changes // Leaf - Rebrand // Deepslate - Rebrand
8484
"Build-Number" to (build ?: ""),
8585
"Build-Time" to buildTime.toString(),

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group=de.pascalpex.deepslatemc
22
version=1.21.4-R0.1-SNAPSHOT
33
packageVersion = 1_21_R3
44
mcVersion=1.21.4
5-
leafRef=510e6b95b33b07ba9af5cd099acae8af8271f97f
5+
leafRef=5e036a0ce87b0be339cb9bc32d094b0cae76b7ec
66

77
org.gradle.configuration-cache=true
88
org.gradle.caching=true

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
pluginManagement {
22
repositories {
33
gradlePluginPortal()
4-
mavenLocal()
54
maven("https://repo.papermc.io/repository/maven-public/")
65
}
76
}

0 commit comments

Comments
 (0)