Minor Update: Change some things, nothing much.

This commit is contained in:
IamPyu
2024-10-05 16:10:08 -06:00
parent 67fb78b74c
commit e63e5f17de
5 changed files with 23 additions and 18 deletions

View File

@@ -96,9 +96,9 @@ PyuTest.make_tool("pyutest_magic:enchanted_pickaxe", "Enchanted Pickaxe", {}, "p
groupcaps = {
cracky = {
times = {
[PyuTest.BLOCK_FAST] = 0.25,
[PyuTest.BLOCK_NORMAL] = 0.6,
[PyuTest.BLOCK_SLOW] = 7
[PyuTest.BLOCK_FAST] = 0.1,
[PyuTest.BLOCK_NORMAL] = 0.4,
[PyuTest.BLOCK_SLOW] = 6
}
}
}