Skip to content

Commit

Permalink
Set locked chest to instantly breakable with 1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed Apr 14, 2013
1 parent 7d79c23 commit 7575c93
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -98,6 +98,8 @@ public void setupBlockProperties(WorldConfigProvider<?> worldConfigProvider) {
BlockFlags.addFlags(78, BlockProperties.F_HEIGHT_8_INC);
BlockFlags.removeFlags(78, BlockProperties.F_HEIGHT_8SIM_INC);

// 95 Locked chest
BlockProperties.setBlockProps(95, BlockProperties.instantType);
}

}

0 comments on commit 7575c93

Please sign in to comment.