mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:06:01 +01:00
SPIGOT-1031: Fix acacia fences being mistakenly labeled as doors
By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
parent
bbdebc86a5
commit
762b8e2ff2
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ public enum Material {
|
|||
BIRCH_FENCE(189),
|
||||
JUNGLE_FENCE(190),
|
||||
DARK_OAK_FENCE(191),
|
||||
ACACIA_FENCE(192, Door.class),
|
||||
ACACIA_FENCE(192),
|
||||
SPRUCE_DOOR(193, Door.class),
|
||||
BIRCH_DOOR(194, Door.class),
|
||||
JUNGLE_DOOR(195, Door.class),
|
||||
|
|
Loading…
Add table
Reference in a new issue