Skip to content

Commit 27f32a7

Browse files
committed
26.1.2
1 parent c1e5617 commit 27f32a7

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**ShreddedPaper is in public beta.** Most features work for most players most of
66
the time, however things can occasionally break.
77

8-
26.1.1 [Purpur](https://github.com/PurpurMC/Purpur) fork that brings vertical scaling to Minecraft.
8+
26.1.2 [Purpur](https://github.com/PurpurMC/Purpur) fork that brings vertical scaling to Minecraft.
99

1010
ShreddedPaper:
1111

@@ -61,7 +61,7 @@ repositories {
6161
}
6262
6363
dependencies {
64-
compile "com.github.puregero:shreddedpaper-api:26.1.1-R0.1-SNAPSHOT"
64+
compile "com.github.puregero:shreddedpaper-api:26.1.2-R0.1-SNAPSHOT"
6565
}
6666
```
6767

@@ -78,7 +78,7 @@ Or in your pom.xml:
7878
<dependency>
7979
<groupId>com.github.puregero</groupId>
8080
<artifactId>shreddedpaper-api</artifactId>
81-
<version>26.1.1-R0.1-SNAPSHOT</version>
81+
<version>26.1.2-R0.1-SNAPSHOT</version>
8282
</dependency>
8383
</dependencies>
8484
```

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
group=io.multipaper.shreddedpaper
22

3-
mcVersion=26.1.1
4-
apiVersion=26.1.1
5-
version=26.1.1
3+
mcVersion=26.1.2
4+
apiVersion=26.1.2
5+
version=26.1.2
66

7-
purpurRef=d53e7784d601acc5b40579486858c9fded29ec09
7+
purpurRef=e64b1b2addee23105b6f954a571fc114002f5f39
88

99
org.gradle.configuration-cache=true
1010
org.gradle.caching=true

purpurRefLatest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ setProperty(){
77
mv $3.tmp $3
88
}
99

10-
SHA=$(curl https://api.github.com/repos/PurpurMC/Purpur/commits/ver/26.1.1 | jq -r .sha)
10+
SHA=$(curl https://api.github.com/repos/PurpurMC/Purpur/commits/ver/26.1.2 | jq -r .sha)
1111
setProperty purpurRef $SHA gradle.properties
1212

1313
echo $SHA

shreddedpaper-server/paper-patches/files/src/main/java/org/bukkit/craftbukkit/Main.java.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/src/main/java/org/bukkit/craftbukkit/Main.java
22
+++ b/src/main/java/org/bukkit/craftbukkit/Main.java
3-
@@ -177,6 +_,14 @@
3+
@@ -147,6 +_,14 @@
44
.describedAs("Yml file");
55
// Purpur end - Purpur config files
66

0 commit comments

Comments
 (0)