mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 16:56:31 +01:00
Add material class for Gates. (SPIGOT-192)
By: FearThe1337 <admin@fearthe1337.com>
This commit is contained in:
parent
0bf916634c
commit
5cd2aafaef
1 changed files with 5 additions and 5 deletions
|
@ -248,11 +248,11 @@ public enum Material {
|
|||
RED_SANDSTONE_STAIRS(180, Stairs.class),
|
||||
DOUBLE_STONE_SLAB2(181),
|
||||
STONE_SLAB2(182),
|
||||
SPRUCE_FENCE_GATE(183),
|
||||
BIRCH_FENCE_GATE(184),
|
||||
JUNGLE_FENCE_GATE(185),
|
||||
DARK_OAK_FENCE_GATE(186),
|
||||
ACACIA_FENCE_GATE(187),
|
||||
SPRUCE_FENCE_GATE(183, Gate.class),
|
||||
BIRCH_FENCE_GATE(184, Gate.class),
|
||||
JUNGLE_FENCE_GATE(185, Gate.class),
|
||||
DARK_OAK_FENCE_GATE(186, Gate.class),
|
||||
ACACIA_FENCE_GATE(187, Gate.class),
|
||||
SPRUCE_FENCE(188),
|
||||
BIRCH_FENCE(189),
|
||||
JUNGLE_FENCE(190),
|
||||
|
|
Loading…
Add table
Reference in a new issue