1
0
Fork 0
Commit graph

8 commits

Author SHA1 Message Date
0919be0f1c made GetSurroundingBlocks require the tool being used
If a diggable block is next to a block being mined with hammer, or if a mineable block is next to a block being dug with an excavator, durability would decrease by two instead of one due to the original check adding both diggable and mineable blocks to the list
2019-09-18 21:04:32 -04:00
0e0bb1c16f edited intial checks to include both tooltype and blocktype rather than just tool
bug initially noticed when using lumber-axe on melons - axe would take 2 damage
2019-09-18 20:48:36 -04:00
b195479579 began work on fixing unbreaking issue 2019-09-17 16:21:54 -04:00
587517832e made changes to how ToolUtil gets blocks for hammers/excavators 2019-09-16 19:19:21 -04:00
160eebb7f6 allowed for durability to only decrease with multiple blocks in blocks-list
This does not yet apply for hammers/excavators due to how blocks are added to the utility list.
2019-09-16 16:42:10 -04:00
534be2bd67 began work on lumberaxe 2019-09-14 12:40:40 -04:00
1d855f1aea fixed issues with excavator and plugin.yml 2019-09-12 20:09:01 -04:00
aa86b3de7e created excavator class 2019-09-12 19:01:50 -04:00