Merge pull request #2750 from LDX-MCPE/patch-2

Fixed Dark Oak Fence's name
This commit is contained in:
Shoghi Cervantes 2015-03-09 11:10:17 +01:00
commit 9d3f59fab6

View File

@ -43,7 +43,7 @@ class Fence extends Transparent{
2 => "Birch Fence",
3 => "Jungle 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;
}
}
}