mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-03-10 13:39:23 +01:00
Set locked chest to instantly breakable with 1.5.
This commit is contained in:
parent
7d79c2302d
commit
7575c93640
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user