Skip to content

Commit 4d62ab2

Browse files
Updated Upstream (Paper / 75c0b48)
1 parent 7c952b7 commit 4d62ab2

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group=net.sparklypower.sparklypaper
22
version=26.2-SNAPSHOT
33
mcVersion=26.2
44
apiVersion=26.2
5-
paperRef=3a3d1c00faefe0f5623cabbb828a6b8078a90092
5+
paperRef=75c0b485bf038c175d6f3e6efc67519cd5cd524d
66

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

sparklypaper-api/paper-patches/files/src/main/java/com/destroystokyo/paper/MaterialTags.java.patch

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
--- a/src/main/java/com/destroystokyo/paper/MaterialTags.java
22
+++ b/src/main/java/com/destroystokyo/paper/MaterialTags.java
3-
@@ -99,6 +_,7 @@
4-
*/
5-
public static final MaterialSetTag CONCRETES = new MaterialSetTag(keyFor("concretes"))
6-
.endsWith("_CONCRETE")
7-
+ .notStartsWith("SPARKLYPOWER_") // SparklyPaper - custom blocks
8-
.ensureSize("CONCRETES", 16).lock();
9-
10-
/**
113
@@ -183,6 +_,7 @@
124
.endsWith("TERRACOTTA")
135
.not(Material.TERRACOTTA)

0 commit comments

Comments
 (0)