mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
SPIGOT-2285: New CommandBlock types.
This commit is contained in:
parent
b7b8f1e11a
commit
329ef57aea
1 changed files with 2 additions and 2 deletions
|
@ -279,8 +279,8 @@ public enum Material {
|
||||||
BEETROOT_BLOCK(207, Crops.class),
|
BEETROOT_BLOCK(207, Crops.class),
|
||||||
GRASS_PATH(208),
|
GRASS_PATH(208),
|
||||||
END_GATEWAY(209),
|
END_GATEWAY(209),
|
||||||
COMMAND_REPEATING(210),
|
COMMAND_REPEATING(210, Command.class),
|
||||||
COMMAND_CHAIN(211),
|
COMMAND_CHAIN(211, Command.class),
|
||||||
FROSTED_ICE(212),
|
FROSTED_ICE(212),
|
||||||
STRUCTURE_BLOCK(255),
|
STRUCTURE_BLOCK(255),
|
||||||
// ----- Item Separator -----
|
// ----- Item Separator -----
|
||||||
|
|
Loading…
Add table
Reference in a new issue