mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 21:31:25 +01: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:
parent
f9af7f9ef6
commit
d79c0d51af
@ -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),
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user