mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 16:42:03 -07:00
SPIGOT-6349: Material#MOSSY_COBBLESTONE incorrectly claims it is a MultipleFacing block
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -506,10 +506,7 @@ public enum Material implements Keyed {
|
|||||||
*/
|
*/
|
||||||
TNT(7896, TNT.class),
|
TNT(7896, TNT.class),
|
||||||
BOOKSHELF(10069),
|
BOOKSHELF(10069),
|
||||||
/**
|
MOSSY_COBBLESTONE(21900),
|
||||||
* BlockData: {@link MultipleFacing}
|
|
||||||
*/
|
|
||||||
MOSSY_COBBLESTONE(21900, MultipleFacing.class),
|
|
||||||
OBSIDIAN(32723),
|
OBSIDIAN(32723),
|
||||||
TORCH(6063),
|
TORCH(6063),
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user