Update README.MD

This commit is contained in:
Armamem0t 2025-07-16 09:59:42 +08:00 committed by git.mingliqiye.com
parent ee83ee4a3e
commit 16bf3c840a
Signed by: git.mingliqiye.com
GPG Key ID: F810443113074559

View File

@ -27,27 +27,28 @@
- 1.20.5 意外支持 (1.20.6) - 1.20.5 意外支持 (1.20.6)
- 1.21 意外支持(1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7) - 1.21 意外支持(1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7)
## 1.20.2 ++ PlayerManager::onPlayerConnect 签名修改 ## 游戏版本日志
### 1.20.2 ++ PlayerManager::onPlayerConnect 签名修改
- 由于麻将改了签名 - 由于麻将改了签名
- net.minecraft.server.PlayerManager::onPlayerConnect(ClientConnection connection, ServerPlayerEntity player) Old - net.minecraft.server.PlayerManager::onPlayerConnect(ClientConnection connection, ServerPlayerEntity player) Old
- net.minecraft.server.PlayerManager::onPlayerConnect(ClientConnection connection, ServerPlayerEntity player, ConnectedClientData clientData) New - net.minecraft.server.PlayerManager::onPlayerConnect(ClientConnection connection, ServerPlayerEntity player, ConnectedClientData clientData) New
- 主版本 1.20.1 - 主版本 1.20.1
- 发行 1.20.2 - 1.20.4 - 发行 1.20.2 - 1.20.4
## 1.20.5 ++ 服务端客户端通信大改 ### 1.20.5 ++ 服务端客户端通信大改
- 主版本 1.20.5 - 主版本 1.20.5
- 发行 1.20.5 - 1.20.6 - 发行 1.20.5 - 1.20.6
## 1.21 ++ 数据驱动模式的附魔 ### 1.21 ++ 数据驱动模式的附魔
- 由于麻将大改附魔系统 现在变为了 数据包模式的 我是用内置类实现的不冲突 - 由于麻将大改附魔系统 现在变为了 数据包模式的 我是用内置类实现的不冲突
- 后续大家想要添加模组的附魔不冲突的话请看这 分支[1.21](https://git.mingliqiye.com/MinecraftMod/EnchantmentDoNotConflict/src/branch/1.21) - 后续大家想要添加模组的附魔不冲突的话请看这 分支[1.21](https://git.mingliqiye.com/MinecraftMod/EnchantmentDoNotConflict/src/branch/1.21)
# 下载 ## 下载
- [Fabric](https://git.mingliqiye.com/MinecraftMod/EnchantmentDoNotConflict/releases) - [Fabric](https://git.mingliqiye.com/MinecraftMod/EnchantmentDoNotConflict/releases)
- [NeoForge](https://git.mingliqiye.com/MinecraftMod/EnchantmentDoNotConflictNeoForge/releases) - [NeoForge](https://git.mingliqiye.com/MinecraftMod/EnchantmentDoNotConflictNeoForge/releases)
- [Forge](https://git.mingliqiye.com/MinecraftMod/EnchantmentDoNotConflictForge/releases) - [Forge](https://git.mingliqiye.com/MinecraftMod/EnchantmentDoNotConflictForge/releases)
# 适配其他模组 ## 适配其他模组
- 服务器和客户端 都安装 本模组 即可 - 服务器和客户端 都安装 本模组 即可
- [Enchanting Infuser](https://modrinth.com/mod/enchanting-infuser) - [Enchanting Infuser](https://modrinth.com/mod/enchanting-infuser)
- <img src="bc7a632b-e68a-4c23-85a6-2d6aa51b6254.png"> - <img src="bc7a632b-e68a-4c23-85a6-2d6aa51b6254.png">