Skip to content

Commit

Permalink
Enable multiparts of Dark Bricks.
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Sep 30, 2014
1 parent 56e1836 commit 94fcb15
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/evilcraft/block/DarkBloodBrickConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ public DarkBloodBrickConfig() {
);
}

@Override
public boolean isMultipartEnabled() {
return true;
}

}
5 changes: 5 additions & 0 deletions src/main/java/evilcraft/block/DarkBrickConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ public DarkBrickConfig() {
);
}

@Override
public boolean isMultipartEnabled() {
return true;
}

}

0 comments on commit 94fcb15

Please sign in to comment.