9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2025-12-20 15:39:32 +00:00

Add Parallel World Ticking patch

This commit is contained in:
MrPowerGamerBR
2025-09-25 21:22:02 -03:00
parent 3d4071e0f1
commit 86fa3b958f
4 changed files with 1476 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
--- a/src/main/java/com/destroystokyo/paper/MaterialTags.java
+++ b/src/main/java/com/destroystokyo/paper/MaterialTags.java
@@ -83,6 +_,7 @@
@@ -99,6 +_,7 @@
*/
public static final MaterialSetTag CONCRETES = new MaterialSetTag(keyFor("concretes"))
.endsWith("_CONCRETE")
@@ -8,7 +8,7 @@
.ensureSize("CONCRETES", 16).lock();
/**
@@ -161,6 +_,7 @@
@@ -181,6 +_,7 @@
.endsWith("TERRACOTTA")
.not(Material.TERRACOTTA)
.notEndsWith("GLAZED_TERRACOTTA")
@@ -16,7 +16,7 @@
.ensureSize("STAINED_TERRACOTTA", 16).lock();
/**
@@ -168,6 +_,7 @@
@@ -188,6 +_,7 @@
*/
public static final MaterialSetTag TERRACOTTA = new MaterialSetTag(keyFor("terracotta"))
.endsWith("TERRACOTTA")

View File

@@ -1,6 +1,6 @@
--- a/src/main/java/org/bukkit/Material.java
+++ b/src/main/java/org/bukkit/Material.java
@@ -1718,6 +_,16 @@
@@ -1791,6 +_,16 @@
ZOMBIE_HEAD(-1, Skull.class),
ZOMBIE_WALL_HEAD(-1, WallSkull.class),
// End generate - Blocks