mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 08:32:07 -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),
|
||||
BOOKSHELF(10069),
|
||||
/**
|
||||
* BlockData: {@link MultipleFacing}
|
||||
*/
|
||||
MOSSY_COBBLESTONE(21900, MultipleFacing.class),
|
||||
MOSSY_COBBLESTONE(21900),
|
||||
OBSIDIAN(32723),
|
||||
TORCH(6063),
|
||||
/**
|
||||
|
Reference in New Issue
Block a user