Fixed Dark Oak Fence's name

This commit is contained in:
LDX 2015-03-02 16:14:31 -05:00
parent bb71a3c4a6
commit 39291e4061

View File

@ -43,7 +43,7 @@ class Fence extends Transparent{
2 => "Birch Fence", 2 => "Birch Fence",
3 => "Jungle Fence", 3 => "Jungle Fence",
4 => "Acacia Fence", 4 => "Acacia Fence",
5 => "Jungle Fence", 5 => "Dark Oak Fence",
"", "",
"" ""
]; ];
@ -76,4 +76,4 @@ class Fence extends Transparent{
return (!($block instanceof Fence) and !($block instanceof FenceGate)) ? $block->isSolid() : true; return (!($block instanceof Fence) and !($block instanceof FenceGate)) ? $block->isSolid() : true;
} }
} }