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
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
b7fd0ccfb4
Update pom.xml
...
BETA-8
2020-07-08 12:33:16 +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
a709d85917
Update .travis.yml
2020-07-07 21:18:14 +01:00
jameslfc19
0398e52f17
Switched Travis to Travis.com!
2020-07-07 21:14:27 +01:00
jameslfc19
ca87e0a34e
Fixed Legacy File Conversion
2020-07-07 21:14:09 +01:00
jameslfc19
9c18999df7
Fixed Travis & Pom
2020-07-07 19:38:47 +01:00
jameslfc19
8cd736e016
Fixed Travis
2020-07-07 19:22:30 +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
6897c7321d
Travis Update
...
Uses the new BuildTools flag!
2020-07-06 11:19:51 +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
6366e2cafe
Update .travis.yml
...
Travis hates leading '/' 😠
2020-07-04 18:14:11 +01:00
jameslfc19
757c512186
Update .travis.yml
...
deployment change.
2020-07-04 18:03:26 +01:00
jameslfc19
e576e48fc4
BuildTools cache
...
Travis Caches BuildTools folder.
2020-07-04 17:58:58 +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
85ef414e40
Update pom.xml
...
Forgot to add Module.
2020-07-04 16:16:17 +01:00
jameslfc19
367ffdcc73
ChestLinks now open!
...
Added NMS support.
Fixed versioning.
2020-07-04 14:45:58 +01:00
jameslfc19
c178d982af
Travis update
2020-07-04 02:49:58 +01:00
jameslfc19
5a40e5b9ea
Update pom.xml
2020-07-04 02:32:10 +01:00
jameslfc19
712f450c99
Update .travis.yml
...
Forgot to clean before build
2020-07-04 02:17:24 +01:00
jameslfc19
1e7fc9458d
Update .travis.yml
2020-07-04 02:09:00 +01:00
jameslfc19
1a367d758a
Update .travis.yml
2020-07-04 02:07:32 +01:00
jameslfc19
a1fc3a04c7
Travis NMS Build Test
2020-07-04 02:03:53 +01:00
jameslfc19
daf23d3f5d
Removed all files that are in the .gitignore
2020-07-04 00:21:13 +01:00
jameslfc19
5eae2a1152
Updated Pom and Travis
2020-07-04 00:18:21 +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
73c51d81da
Update .travis.yml
2020-07-02 22:48:22 +01:00
jameslfc19
18bd2e5925
Moved To Sub-Directory
...
To make room for API-specific modules.
2020-07-02 22:46:07 +01:00
jameslfc19
aafdaf1e41
Armor Stand Changes
...
Needs improvement.
2020-07-02 22:40:43 +01:00
jameslfc19
af4dee20f8
Update VirtualChestToHopper.java
...
Lag prevention. If location is in an unloaded chunk don't move any items. Also, only sort items when a player is looking at the inventory - this should remove most idle lag. In reference to issue #10
2020-07-02 14:17:13 +01:00
jameslfc19
65329aa25b
Message Changes
...
Reformatted messages to remove repeated methods.
2020-07-02 14:15:06 +01:00
jameslfc19
de06705abb
Update LocationInfo.java
...
No need to store armor stand IDs anymore, since they all get removed on start up and stored in memory.
2020-07-02 14:14:17 +01:00
jameslfc19
186cb18b2a
Update StorageUtils.java
...
Storage Info now creates a new group if it detects one that doesnt exist.
2020-07-02 14:10:17 +01:00
jameslfc19
7847ef1997
Class Refactors
2020-07-02 14:09:14 +01:00
jameslfc19
2bca010f13
Update Config.java
...
Legacy File Conversions.
2020-07-02 14:08:33 +01:00