1
0
Fork 0
Commit graph

35 commits

Author SHA1 Message Date
d3b80c17ba changed event priority to give partial compatibility to McMMO 2019-09-20 22:44:05 -04:00
67d6eccdec added player message; fixed item dup glitch
- removed item drop from ForceChunkActive since cancelling event already gives player back the item (cancel event prevents an exception)
2019-09-19 21:03:02 -04:00
6ef8a521c0 improved upon chunk loader code
- Changed LoaderPlace to use getItemInHand().getLore()
- Ensured LoaderDestroy drops a loader
- Made a static method similar to the internal Setup() method that returns the loader for LoaderDestroy to use
- Switched around crafting recipe
- Made the ForceChunkActive/Inactive methods return a boolean to make sure the LoaderDestroy only drops the item if the chunk is a loader and that LoaderPlace drops the item back to the player if the chunk was already a loader
2019-09-19 20:55:50 -04:00
37d474a49f worked on removing force-loaded chunks 2019-09-19 17:31:44 -04:00
4f7fdf62a6 began set up of chunk loader 2019-09-19 17:25:13 -04:00
7c08152114 created chunkloader item 2019-09-19 17:09:19 -04:00
12cfef6ef8 organized imports, removed unused variables, suppressed warnings dealing with arraylists 2019-09-19 15:47:38 -04:00
7a0a5a5313 fixed silk-touch looking up fortune blocks instead of silk touch blocks 2019-09-19 14:59:15 -04:00
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
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
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
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
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