Commits

md_5 authored 8342a0701e9
SPIGOT-1529: Add FROSTED_ICE
No tags

src/main/java/org/bukkit/Material.java

Modified
272 272 PURPUR_PILLAR(202),
273 273 PURPUR_STAIRS(203, Stairs.class),
274 274 PURPUR_DOUBLE_SLAB(204),
275 275 PURPUR_SLAB(205),
276 276 END_BRICKS(206),
277 277 BEETROOT_BLOCK(207, Crops.class),
278 278 GRASS_PATH(208),
279 279 END_GATEWAY(209),
280 280 COMMAND_REPEATING(210),
281 281 COMMAND_CHAIN(211),
282 + FROSTED_ICE(212),
282 283 STRUCTURE_BLOCK(255),
283 284 // ----- Item Separator -----
284 285 IRON_SPADE(256, 1, 250),
285 286 IRON_PICKAXE(257, 1, 250),
286 287 IRON_AXE(258, 1, 250),
287 288 FLINT_AND_STEEL(259, 1, 64),
288 289 APPLE(260),
289 290 BOW(261, 1, 384),
290 291 ARROW(262),
291 292 COAL(263, Coal.class),

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut