mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-10 13:49:11 +01:00
SPIGOT-2285: New CommandBlock types.
By: md_5 <git@md-5.net>
This commit is contained in:
parent
f192600993
commit
98923df7c9
@ -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…
Reference in New Issue
Block a user