Commit Graph

34 Commits

Author SHA1 Message Date
EoD
4fe13bd24d extract addColumnIfNotExists into separate method 2025-07-29 20:36:33 +00:00
EoD
7f06aa7511 reformat insert into server_info for readability
Use the new format capabilities on SQL queries to make the insert more
readable.
2025-07-29 20:30:35 +00:00
EoD
8f77a96544 clarify executeUpdate variants with and without db 2025-07-29 20:30:35 +00:00
mlus
cd13b282e2
Merge pull request #98 from EoD/remove-duplicate-update
remove duplicate UPDATE server_info
2025-07-29 18:33:54 +08:00
EoD
0e96107416 remove duplicate UPDATE server_info
the UPDATE is already happening in in the INSERT statement above
2025-07-28 22:06:45 +00:00
EoD
54cbb9c9a8 log the advancement's data type before altering
it seems that sometimes this is triggered on an existing database. This
should help identifying what is happening in these cases.
2025-07-28 21:56:24 +00:00
EoD
1193a17010 optimize all imports 2025-06-17 23:53:10 +00:00
mlus
a9c4df2a61
Merge pull request #58 from EoD/migrate-to-moddevgradle
Migrate to ModDevGradle legacy to embed JDCB driver
2025-05-04 00:05:26 +08:00
EoD
ce0e173a9e register JDBC driver to work around Forge bug 2025-05-02 22:40:39 +00:00
EoD
5a3e157879 fix chat sync always being enabled
reading CHAT_SYNC immediately within FMLCommonSetupEvent can lead to
timing issues that the default value instead of the real config value is
being returned.

Moving them within event.enqueueWork() fixes the timing issue.
2025-05-02 20:32:29 +00:00
EoD
0cbca7cfd8 add logging for chat server 2025-05-02 20:32:29 +00:00
EoD
a2f7d13877 closes connection on sophisticated backpack 2025-05-01 16:15:54 +00:00
EoD
e8abf6a360 fix database setup without sophisticated backpack
Fixes SQLException:
java.sql.SQLSyntaxErrorException: Table 'playersync.backpack_data' doesn't exist

Fixes regression of 9ee7f9a95a
2025-05-01 16:15:54 +00:00
EoD
85707a0854 fix FMLJavaModLoadingContext deprecations 2025-04-23 22:39:44 +00:00
mchivelli
5d1a166dcf
Merge branch '1.20.1' into 1.20.1 2025-03-21 23:49:31 +01:00
paulm
9ee7f9a95a Fixed Curios problems 2025-03-21 20:03:42 +01:00
mlus
a7f1373713 1.3.5 release 2025-03-21 19:42:08 +08:00
paulm
439c7ee5bb Addeed Sophisticated Backpack Mod compatibility 2025-03-20 05:26:15 +01:00
mlus
244e764c74 1.3.4 release 2024-10-11 17:20:46 +08:00
mlus
721e013473 missing s 2024-10-11 13:57:28 +08:00
mlus
e22b21c826 Update left_hand and cursor stack sync 2024-10-11 13:25:33 +08:00
mlus
50e146d7fe Chat Sync performance enhancement 2024-08-04 14:20:25 +08:00
mlus
d02232ca2d update curios API X2 2024-04-17 21:57:53 +08:00
mlus
b3352fde51 1.3.0 update 2024-02-11 17:34:19 +08:00
mlus-Asuka
da99e59d0a wtf 2023-09-29 17:07:25 +08:00
mlus-Asuka
d32ae52537 update 1.2.1 2023-09-29 16:50:26 +08:00
mlus-Asuka
45e13f1199 1.2.0 release 2023-08-09 16:08:23 +08:00
mlus-Asuka
5ef817a9b7 Use HikariPool instead of original driver.Merge Fork from KK1ve. 2023-08-03 22:05:43 +08:00
mlus-Asuka
d2921adc88 change data type. 2023-02-16 13:00:18 +08:00
mlus-Asuka
34e16313b6 fix chat message sync 2023-01-10 13:49:02 +08:00
mlus-Asuka
89e74813e2 Add chat message sync 2022-12-21 19:42:56 +08:00
mlus-Asuka
7dc5f0151b fix bug 2022-12-09 22:47:56 +08:00
mlus-Asuka
4d3d8afe3d add curios support 2022-12-08 23:02:50 +08:00
mlus-Asuka
ef153d26c3 Initial commit 2022-12-08 16:59:20 +08:00