Set locked chest to instantly breakable with 1.5.

This commit is contained in:
asofold 2013-04-14 17:45:13 +02:00
parent 7d79c2302d
commit 7575c93640

View File

@ -98,6 +98,8 @@ public class BlocksMC1_5 implements BlockPropertiesSetup {
BlockFlags.addFlags(78, BlockProperties.F_HEIGHT_8_INC);
BlockFlags.removeFlags(78, BlockProperties.F_HEIGHT_8SIM_INC);
// 95 Locked chest
BlockProperties.setBlockProps(95, BlockProperties.instantType);
}
}