Commit Graph

28 Commits

Author SHA1 Message Date
James Peters
2dd3481c6a Fixed OfflinePlayer Autocrafting 2022-01-12 19:57:07 +00:00
James Peters
51035b60f4 Drop 1.14 & 1.15 Support
Fix NPE issue in EntityEventListener
2021-12-20 19:27:21 +00:00
James Peters
32757fd506 Fixed Floating Items Remaining
1.17+ introduced a different method to load entities which caused issues.
Paper/Spigot now correctly handle bugged armour stands on chunk load.
2021-12-18 19:11:26 +00:00
James Peters
52c5dad1b3 Remove NMS Support
Now that the Crafting API has been added in 1.17 NMS is no longer needed.
2021-07-28 22:07:53 +01:00
James Peters
f9d60de527 Bug fixes 2021-07-16 22:12:24 +01:00
James Peters
cb99d7dcb3 2.4.1
Fixed a regression that broke Grief Protection plugins #37 #36.
Fixed a regression that broke AutoCrafting on 1.16.3
2021-03-06 19:11:31 +00:00
James Peters
cf99116619 Fixed AutoCrafter 'eating' items
Closes #33
Crafting items not used e.g Buckets get outputted into output chest now.
2021-02-28 22:04:19 +00:00
James Peters
f6c07e8db1 AutoCrafting now respects PrepareItemCraftEvent 2020-12-31 15:21:11 +00:00
James Peters
858964c59c Fixed AutoCrafting & Added 1.16.3 Protocol support
Added 1.16_R2 module
Fixed AutoCrafting by using NMS
2020-10-24 15:18:56 +01:00
jameslfc19
692af7902e Update NMSProviderImpl.java
Fix for 1.16.2 crash
2020-08-17 16:48:29 +01:00
jameslfc19
6b0f37de2c Huge Code Cleanup! 2020-08-01 22:04:30 +01:00
jameslfc19
b2925e44a6 Added new 1.16 Lidded API support. 2020-07-29 21:52:33 +01:00
jameslfc19
1ce9b3f4b0 Bug Fixes 2020-07-28 12:39:09 +01:00
jameslfc19
f0a7d3231f StorageOpener Optimisations
Fixes for sign bug when more than 64 signs get updated in a chunk. #12
Optimised ChestOpener code to cache the tile entity.
Armour stands no longer calculate unneed location and postions.
Display type enum that gets set when the display item is chaned.
2020-07-26 18:27:44 +01:00
jameslfc19
c5e38b6711 Barrels!
Added Barrels as an option for ChestLinks!
2020-07-18 18:29:54 +01:00
jameslfc19
f3c04c0783 Added ItemFrame Invisibility Option 2020-07-14 22:56:58 +01:00
jameslfc19
3d5c806116 Fixes
AutoCrafting Table now uses all inventories for crafting, rather than one at a time!
Fixed missing materials.
Fixed Autocraft bug when reloading.
2020-07-14 18:44:04 +01:00
jameslfc19
5ae0cf664c Chest Opener Fix
Fixed custom chests that weren't opening, and playing close sounds too early.
2020-07-10 14:10:21 +01:00
jameslfc19
8fa5a1c781 Chest Opener Fix
Chests were playing the close sound after keeping the inventory open for a couple seconds.
2020-07-09 15:30:47 +01:00
jameslfc19
090d2cbaa2 Fixes
Fixed DoubleChest not being converted when placing a sign.
Pistons can no longer push a CraftingTable that's apart of a group.
When creating a storage the type of sign the player is holding is now used.
Removed Print statements!
2020-07-08 12:26:21 +01:00
jameslfc19
9fc4ebdd13 Changed NMS Method.
Calls to newer NMS not possible from Core now.
2020-07-07 17:26:53 +01:00
jameslfc19
7b57a2da00 Moved 1.14 Material Checker to own Module. 2020-07-04 17:39:30 +01:00
jameslfc19
367ffdcc73 ChestLinks now open!
Added NMS support.
Fixed versioning.
2020-07-04 14:45:58 +01:00
jameslfc19
daf23d3f5d Removed all files that are in the .gitignore 2020-07-04 00:21:13 +01:00
jameslfc19
cb7ff74d17 Fix for Armor Stand Displays 2020-07-04 00:10:16 +01:00
jameslfc19
251d02e324 Material Checker Start
Having to sort through most items manually to decide how to display them!
2020-07-03 17:10:58 +01:00
jameslfc19
6b1a83e1b7 Fixed Maven Module System 2020-07-03 14:23:09 +01:00
jameslfc19
c90abd1688 API Specific Implementations 2020-07-03 00:42:55 +01:00