mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-14 19:42:20 +01:00
Added WEB, POWERED_RAIL and DETECTOR_RAIL to block list
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
42104fcf61
commit
60dcfade3c
@ -39,6 +39,9 @@ public enum Material {
|
|||||||
SANDSTONE(24),
|
SANDSTONE(24),
|
||||||
NOTE_BLOCK(25),
|
NOTE_BLOCK(25),
|
||||||
BED_BLOCK(26, Bed.class),
|
BED_BLOCK(26, Bed.class),
|
||||||
|
POWERED_RAIL(27),
|
||||||
|
DETECTOR_RAIL(28),
|
||||||
|
WEB(30),
|
||||||
WOOL(35, Wool.class),
|
WOOL(35, Wool.class),
|
||||||
YELLOW_FLOWER(37),
|
YELLOW_FLOWER(37),
|
||||||
RED_ROSE(38),
|
RED_ROSE(38),
|
||||||
|
Loading…
Reference in New Issue
Block a user