Commit Graph

125 Commits

Author SHA1 Message Date
jameslfc19
4d80974431 Update WorldListener.java
Config wasn't being saved Async!
2020-07-12 16:03:29 +01:00
jameslfc19
ae0e35fe3b Invisible Sign Packet fixed.
This sends a packet to each player every tick to set the sign infront of the chest as AIR.
Also fixes some issues with AutoCrafting stations.
2020-07-12 14:00:38 +01:00
jameslfc19
8c2df21a58 Update HopperListener.java
Hopper was still sorting when outputting into a ChestLink
2020-07-12 13:58:19 +01:00
jameslfc19
d5a4e0be85 Update ChestLinkCommand.java
Removed unused command
2020-07-12 13:57:10 +01:00
jameslfc19
0bc7a09cc4 Display Item Fix
Display items now only change when they are actually updated. Should increase tick performance!
2020-07-10 14:12:13 +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
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
554c43b3fc Fixed Sign Placement Bug!
Signs were able to be placed on the sides of storages. And some checks were missing!
2020-07-08 00:31:00 +01:00
jameslfc19
ca87e0a34e Fixed Legacy File Conversion 2020-07-07 21:14:09 +01:00
jameslfc19
326d54a6e5 Inventory Close Sound Duplication Fix.
Inv close sound was playing twice!
2020-07-07 17:27:18 +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
67eac5c881 Code Clean up 2020-07-04 22:07:50 +01:00
jameslfc19
9e32f8a6d5 Remove Unused Imports 2020-07-04 21:58:40 +01:00
jameslfc19
dab6b80064 Armour Stand Setting Added 2020-07-04 21:58:29 +01:00
jameslfc19
22caa759b4 Added Version Command 2020-07-04 17:40:50 +01:00
jameslfc19
a6f4e96713 Update StorageInfo.java 2020-07-04 17:40:37 +01:00
jameslfc19
7d3685ba6d Added New Settings
Added settings for running hoppers in unloaded chunks
And animating all chests at once.
2020-07-04 17:40:27 +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
cb7ff74d17 Fix for Armor Stand Displays 2020-07-04 00:10:16 +01:00
jameslfc19
2a7d73c839 Update AbstractStorage.java 2020-07-03 17:11:07 +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
jameslfc19
18bd2e5925 Moved To Sub-Directory
To make room for API-specific modules.
2020-07-02 22:46:07 +01:00