144f52ba96
changed fortune arraylist to hashmap in order to drop appropriate items rather than the blocks themselves
2019-09-19 14:38:05 -04:00
d049ef51d5
changed reference from "item" to "tool" in GetSurroundingBlocks (item is too vague)
2019-09-18 22:13:00 -04:00
22732afb1d
added silk touch to hammer/excavator
2019-09-18 21:56:49 -04:00
5a02b6ee66
added fortune enchantment to GetSurroundingBlocks
2019-09-18 21:40:14 -04:00
d3268afef5
removed blockchecking made redundant by update to GetSurroundingBlocks, removed unused variables
2019-09-18 21:12:13 -04:00
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
16ca095e3e
removed print statement intended for testing
2019-09-18 20:55:43 -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
006358d2a3
Update README.md
2019-09-17 16:42:40 -04:00
dc988b7c80
implemented chance-checking to unbreaking tools with same % chance as for vanilla tools
2019-09-17 16:35:16 -04:00
b195479579
began work on fixing unbreaking issue
2019-09-17 16:21:54 -04:00
1c61b431fe
Update README.md
2019-09-16 19:29:34 -04:00
0079ef4151
fixed durability reduction
2019-09-16 19:24:52 -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
d23fb9e3e9
Update README.md
2019-09-14 14:34:21 -04:00
313105bdd9
fixed crafting recipe for axe, ensured initial target block must be log in order for axe to function
2019-09-14 14:26:18 -04:00
c3b90f4df1
continued work on lumber-axe
2019-09-14 13:59:23 -04:00
534be2bd67
began work on lumberaxe
2019-09-14 12:40:40 -04:00
17cd3276a3
Update README.md
2019-09-13 15:45:29 -04:00
c31ec1ad05
fixed issue where all pickaxes and shovels were being considered a hammer/excavator
2019-09-13 16:17:14 -04:00
747efa0ed3
fixed hammer not being initialized in onEnable, fixed method signature to match event type in blocklistener, fixed conditional always being entered and thus failing tool-check
2019-09-13 15:27:37 -04:00
babf7e66a3
added hammer to project
2019-09-13 14:53:02 -04:00
78992aa797
Update GibsoniaCraft.java
2019-09-13 14:50:09 -04:00
69e3da421c
Update BlockListener.java
2019-09-13 14:47:55 -04:00
9ef940503a
completed playerinteractlistener, began work on block listener, made toolutil methods static
2019-09-13 14:08:37 -04:00
fa63606d90
added more to block reference, added validation code and surroundings code to utility
2019-09-12 21:32:02 -04:00
ce0afb8bb5
added block references for checking valid blocks for excavator/hammer
2019-09-12 20:54:42 -04:00
1d855f1aea
fixed issues with excavator and plugin.yml
2019-09-12 20:09:01 -04:00
ea99151cd4
fixed builder, added excavator to OnEnable()
2019-09-12 19:50:27 -04:00
aa86b3de7e
created excavator class
2019-09-12 19:01:50 -04:00
9bbc91baca
Initial commit
2019-09-12 18:59:17 -04:00