Adds some missing fence gates to MATERIALS_DOOR
This commit is contained in:
parent
bc1c5dc2c7
commit
0a6c5d0e05
@ -154,12 +154,15 @@ public class EnumerationUtil {
|
||||
"WARPED_FENCE_GATE",
|
||||
"MANGROVE_DOOR",
|
||||
"MANGROVE_TRAPDOOR",
|
||||
"MANGROVE_FENCE_GATE",
|
||||
|
||||
// 1.20
|
||||
"BAMBOO_DOOR",
|
||||
"BAMBOO_TRAPDOOR",
|
||||
"BAMBOO_FENCE_GATE",
|
||||
"CHERRY_DOOR",
|
||||
"CHERRY_TRAPDOOR"
|
||||
"CHERRY_TRAPDOOR",
|
||||
"CHERRY_FENCE_GATE"
|
||||
);
|
||||
|
||||
public static boolean isMaterialDoor(Material material) {
|
||||
|
Loading…
Reference in New Issue
Block a user