mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-02-20 13:41:26 +01:00
Update block break timing for obsidian.
This commit is contained in:
parent
ac84c9b04a
commit
3ea098876f
@ -735,7 +735,7 @@ public class BlockProperties {
|
||||
blocks[Material.IRON_BLOCK.getId()] = ironBlockType;
|
||||
blocks[Material.DIAMOND_BLOCK.getId()] = diamondBlockType;
|
||||
blocks[Material.ENDER_CHEST.getId()] = new BlockProps(woodPickaxe, 22.5f);
|
||||
blocks[Material.OBSIDIAN.getId()] = new BlockProps(diamondPickaxe, 50, secToMs(250, 250, 250, 250, 9.4, 250));
|
||||
blocks[Material.OBSIDIAN.getId()] = new BlockProps(diamondPickaxe, 50, secToMs(250, 125, 62.5, 41.6, 9.4, 20.8));
|
||||
|
||||
// More 1.4 (not insta).
|
||||
// TODO: Either move all to an extra setup class, or integrate above.
|
||||
|
Loading…
Reference in New Issue
Block a user