Add open models for fence gates
This commit is contained in:
parent
62bc4f2cd0
commit
e2746b7cbc
2 changed files with 67 additions and 6 deletions
|
|
@ -525,7 +525,6 @@ public class IsoHDPerspective implements HDPerspective {
|
|||
blockdata = mapiter.getBlockData();
|
||||
switch(blocktypeid) {
|
||||
case FENCE_BLKTYPEID: /* Special case for fence - need to fake data so we can render properly */
|
||||
case FENCEGATE_BLKTYPEID: /* Special case for fence gate */
|
||||
blockrenderdata = generateFenceBlockData(mapiter);
|
||||
break;
|
||||
case CHEST_BLKTYPEID: /* Special case for chest - need to fake data so we can render */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue