9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2025-12-19 15:09:27 +00:00

More patch changes, migrate the Helpful NMS Changes

This commit is contained in:
MrPowerGamerBR
2025-05-26 00:45:01 -03:00
parent 9535eaddb6
commit e1d77fda3e
8 changed files with 136 additions and 5 deletions

View File

@@ -8,11 +8,19 @@
.ensureSize("CONCRETES", 16).lock();
/**
@@ -152,6 +_,7 @@
*/
public static final MaterialSetTag GLAZED_TERRACOTTA = new MaterialSetTag(keyFor("glazed_terracotta"))
.endsWith("GLAZED_TERRACOTTA")
@@ -161,6 +_,7 @@
.endsWith("TERRACOTTA")
.not(Material.TERRACOTTA)
.notEndsWith("GLAZED_TERRACOTTA")
+ .notStartsWith("SPARKLYPOWER_") // SparklyPaper - custom blocks
.ensureSize("GLAZED_TERRACOTTA", 16).lock();
.ensureSize("STAINED_TERRACOTTA", 16).lock();
/**
@@ -168,6 +_,7 @@
*/
public static final MaterialSetTag TERRACOTTA = new MaterialSetTag(keyFor("terracotta"))
.endsWith("TERRACOTTA")
+ .notStartsWith("SPARKLYPOWER_") // SparklyPaper - custom blocks
.ensureSize("TERRACOTTA", 33).lock();
/**