laforetbrut
c63d5849a3
Add mod compatibility: Accessories (Aether), Cosmetic Armor, Apotheosis
...
- Add Accessories API sync for Aether mod accessory slots (pendant, cape,
gloves, rings, shield, misc). Uses same pattern as Curios: validate data
before clearing slots, PreparedStatements for DB operations
- Add Cosmetic Armor Reworked sync for 4 cosmetic armor slots via
InventoryManager/CosArmorAPI
- Add Apotheosis + Placebo as compileOnly deps. Apotheosis item data
(affixes, gems, sockets, rarity) travels with items via DataComponents
and is already synced by the inventory sync
- New generic mod_player_data DB table with composite key (uuid, mod_id)
for extensible mod-specific data storage
- Integrated save/restore in join, logout, and auto-save pipelines
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 11:21:09 +01:00
mlus
201e63a322
Fix SQL syntax by adding backticks around database and table names
2026-02-24 00:11:06 +08:00
mlus
bc71c59a45
Change pokedex column type to MEDIUMBLOB
2026-02-21 16:14:56 +08:00
mlus
d4a2568f16
fix crash with too many cobblemon in pc
2026-02-08 22:21:37 +08:00
mlus
e373b8c226
add cobblemon support(in test)
2025-12-15 22:47:47 +08:00
mlus
29da0f28ad
recently commit port
2025-11-28 21:00:25 +08:00
mlus
260b24975c
heartbeat
2025-10-14 16:56:25 +08:00
mlus
fc043e1e03
half done, noticed about advancement can't store normally
2025-06-07 00:55:30 +08:00
mlus
3b442fbee1
not done yet
2025-06-06 21:17:22 +08:00
EoD
9eb8bdc4a0
add support for Minecraft 1.20.4 with ModDevGradle
2025-05-04 18:43:11 +00:00
EoD
bcb55c5a67
Revert "register JDBC driver to work around Forge bug"
...
This reverts commit ce0e173a9e .
2025-05-04 18:21:32 +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