mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-30 20:03:51 -07:00
adjust material set tag sizes
MC added a buuuunch of stuff
This commit is contained in:
@@ -173,7 +173,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ */
|
+ */
|
||||||
+ public static final MaterialSetTag BUCKETS = new MaterialSetTag(keyFor("buckets"))
|
+ public static final MaterialSetTag BUCKETS = new MaterialSetTag(keyFor("buckets"))
|
||||||
+ .endsWith("BUCKET")
|
+ .endsWith("BUCKET")
|
||||||
+ .ensureSize("BUCKETS", 8);
|
+ .ensureSize("BUCKETS", 10);
|
||||||
+
|
+
|
||||||
+ /**
|
+ /**
|
||||||
+ * Covers coal and charcoal.
|
+ * Covers coal and charcoal.
|
||||||
@@ -254,7 +254,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ public static final MaterialSetTag GLASS = new MaterialSetTag(keyFor("glass"))
|
+ public static final MaterialSetTag GLASS = new MaterialSetTag(keyFor("glass"))
|
||||||
+ .endsWith("_GLASS")
|
+ .endsWith("_GLASS")
|
||||||
+ .add(Material.GLASS)
|
+ .add(Material.GLASS)
|
||||||
+ .ensureSize("GLASS", 17);
|
+ .ensureSize("GLASS", 18);
|
||||||
+
|
+
|
||||||
+ /**
|
+ /**
|
||||||
+ * Covers the non-colored glass panes and stained glass panes (panes only).
|
+ * Covers the non-colored glass panes and stained glass panes (panes only).
|
||||||
@@ -305,7 +305,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ */
|
+ */
|
||||||
+ public static final MaterialSetTag INFESTED_BLOCKS = new MaterialSetTag(keyFor("infested_blocks"))
|
+ public static final MaterialSetTag INFESTED_BLOCKS = new MaterialSetTag(keyFor("infested_blocks"))
|
||||||
+ .startsWith("INFESTED_")
|
+ .startsWith("INFESTED_")
|
||||||
+ .ensureSize("INFESTED_BLOCKS", 6);
|
+ .ensureSize("INFESTED_BLOCKS", 7);
|
||||||
+
|
+
|
||||||
+ /**
|
+ /**
|
||||||
+ * Covers the variants of mushroom blocks.
|
+ * Covers the variants of mushroom blocks.
|
||||||
@@ -333,7 +333,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ public static final MaterialSetTag ORES = new MaterialSetTag(keyFor("ores"))
|
+ public static final MaterialSetTag ORES = new MaterialSetTag(keyFor("ores"))
|
||||||
+ .add(Material.ANCIENT_DEBRIS)
|
+ .add(Material.ANCIENT_DEBRIS)
|
||||||
+ .endsWith("_ORE")
|
+ .endsWith("_ORE")
|
||||||
+ .ensureSize("ORES", 10);
|
+ .ensureSize("ORES", 19);
|
||||||
+
|
+
|
||||||
+ /**
|
+ /**
|
||||||
+ * Covers all piston typed items and blocks including the piston head and moving piston.
|
+ * Covers all piston typed items and blocks including the piston head and moving piston.
|
||||||
@@ -433,7 +433,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ */
|
+ */
|
||||||
+ public static final MaterialSetTag SPAWN_EGGS = new MaterialSetTag(keyFor("spawn_eggs"))
|
+ public static final MaterialSetTag SPAWN_EGGS = new MaterialSetTag(keyFor("spawn_eggs"))
|
||||||
+ .endsWith("_SPAWN_EGG")
|
+ .endsWith("_SPAWN_EGG")
|
||||||
+ .ensureSize("SPAWN_EGGS", 64);
|
+ .ensureSize("SPAWN_EGGS", 67);
|
||||||
+
|
+
|
||||||
+ /**
|
+ /**
|
||||||
+ * Covers all colors of stained glass.
|
+ * Covers all colors of stained glass.
|
||||||
|
Reference in New Issue
Block a user