mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:06:01 +01:00
SPIGOT-2285: New CommandBlock types.
By: md_5 <git@md-5.net>
This commit is contained in:
parent
f192600993
commit
98923df7c9
1 changed files with 2 additions and 2 deletions
|
@ -279,8 +279,8 @@ public enum Material {
|
|||
BEETROOT_BLOCK(207, Crops.class),
|
||||
GRASS_PATH(208),
|
||||
END_GATEWAY(209),
|
||||
COMMAND_REPEATING(210),
|
||||
COMMAND_CHAIN(211),
|
||||
COMMAND_REPEATING(210, Command.class),
|
||||
COMMAND_CHAIN(211, Command.class),
|
||||
FROSTED_ICE(212),
|
||||
STRUCTURE_BLOCK(255),
|
||||
// ----- Item Separator -----
|
||||
|
|
Loading…
Add table
Reference in a new issue