Commit graph

71 commits

Author SHA1 Message Date
5d024f425c Update major API Version to add some new interfaces. 2023-03-18 21:01:18 -07:00
1378a6fb21 Publish update to libzontreck with fixed version number 2023-03-06 01:55:47 -07:00
ede19b0572 Create a new event and add a few fields to existing events 2023-03-05 15:53:56 -07:00
957b65ebb3 Add a contributing guideline document 2023-03-05 15:38:53 -07:00
1994dc1a37 Fix compile error, remove head command 2023-03-02 17:59:58 -07:00
a989d1fe65 Temporarily remove the dynamic gui system until i have the energy to properly implement it 2023-03-02 17:49:07 -07:00
be1f961175 Finish implementing heads 2023-03-01 12:30:00 -07:00
1e2186d62d Finish implementing credits. 2023-03-01 12:29:53 -07:00
8fde794b65 Begin adding DynamicChest UI, and finish adding the HeadUtilities 2023-03-01 02:19:47 -07:00
5c70fb1291 Add a chat replacement helper 2023-02-28 09:26:46 -07:00
902cca2f42 convert tasks in delayed executor to utilize Timer 2023-02-28 08:33:28 -07:00
d94bb8e775 Fix delayed executor service 2023-02-28 07:59:58 -07:00
bc67d96382 Publish a fix to DelayedExecutor 2023-02-28 00:04:42 -07:00
a46ec5ec73 Mark logged in event as final, add logout event 2023-02-27 23:05:46 -07:00
579b6ca344 Attempt to improve profile unloading in singleplayer 2023-02-27 22:50:01 -07:00
e50238e37e Make a change to profile file extension 2023-02-27 22:16:56 -07:00
1d04b3eee7 Roll back fix 2023-02-27 22:06:56 -07:00
04ab8f8a11 Test fix for ClassDefNotFound 2023-02-27 21:43:50 -07:00
1095e3ce3d Fix invalid player data crash 2023-02-27 21:30:08 -07:00
e771155a2b Attempt to fix the directory issue again 2023-02-27 18:13:36 -07:00
ba007edb67 Attempt to fix again profiles not resolving 2023-02-27 17:45:43 -07:00
f43c5ba72b Fix folders not being generated 2023-02-27 17:31:20 -07:00
bc5b7bceee Try to fix the datastore not getting initialized 2023-02-27 17:25:01 -07:00
7df8d0e0b3 Fix a crash in libzontreck 2023-02-27 17:06:07 -07:00
fefb02bc8d Add chat helpers to libzontreck 2023-02-27 15:38:14 -07:00
6789b0f329 Move profiles into libzontreck, and create relevant events 2023-02-27 14:41:33 -07:00
453d5642b7 Move delayed executor and file tree system 2023-02-27 14:09:28 -07:00
b92a261c2c Add delayed executor service to libzontreck, moving it out of OTEMod 2023-02-27 14:03:41 -07:00
de6486ec44 Bugfix attempt #2 2023-02-22 20:36:54 -07:00
87ed217b97 Bugfix attempt: Try-catch in itemutils 2023-02-22 20:29:47 -07:00
e711ba6a2e Bugfix: Rollback clientlevel support 2023-02-22 20:19:26 -07:00
116e2d92e1 Deploy some new helper functions in the API 2023-02-22 03:52:00 -07:00
954642b922 Finalize mod downgrade to 1.18.2 2023-02-22 02:15:57 -07:00
7657509044 Downgrade to 1.18.2 2023-02-22 01:40:15 -07:00
48a4e126cb Stage changes pre-downgrade to 1.18.2 2023-02-22 01:33:03 -07:00
bd9a99e78e Publish a helper function to the API 2023-02-22 01:23:33 -07:00
7e5c273f4d Publish changes to Library API 2023-02-22 01:22:00 -07:00
b01d45f9ab Track player position for a custom event 2023-02-16 07:56:00 -07:00
4eee51709c Add a middle chunk position to the chunk pos interface 2023-02-14 10:47:03 -07:00
cf2f0a165b Make worldposition's helper return a global chunkpos not subarea 2023-02-14 10:11:13 -07:00
9636519147 Add a method to world position to get chunk position using minecraft positions 2023-02-14 10:06:37 -07:00
f911d4e9d2 Add new APIs to the vector system 2023-02-14 08:46:52 -07:00
8bfa308ba5 Set executable 2023-02-14 08:00:48 -07:00
621419a4b3 Make executable 2023-02-01 19:37:54 -07:00
65b3fc3e6d Serialize Json manually because... javax is apparently inaccessible in minecraft's classpath 2023-01-22 13:17:05 -07:00
41c98e8c3d Fix version number, push update to API version 2023-01-22 03:20:52 -07:00
9b67ed8d61 Add minecraft version as prefix to library version 2023-01-21 22:58:13 -07:00
608e17b34c Fix a small little typo 2023-01-21 22:54:57 -07:00
629a8a8bb8 Add the missing LoreContainer#Save function 2023-01-21 19:45:47 -07:00
20f405a809 Add some extra code statements as NBT was not updating properly 2023-01-21 19:41:10 -07:00