Compare commits

..

15 Commits

Author SHA1 Message Date
4bf205c819
Update README.MD 2025-07-17 10:06:49 +08:00
0259c3c548
Update README.MD 2025-07-17 10:03:52 +08:00
edba818fcc
Update README.MD 2025-07-17 10:02:48 +08:00
13e595fafe
Update README.MD 2025-07-16 11:34:51 +08:00
16bf3c840a
Update README.MD 2025-07-16 09:59:42 +08:00
ee83ee4a3e
Update README.MD 2025-07-16 09:56:46 +08:00
0a9d4b6dbb
Update README.MD 2025-07-16 09:56:35 +08:00
84a4b421c6
Update README.MD 2025-07-16 09:54:03 +08:00
10d9594c9f
Update README.MD 2025-07-16 09:53:24 +08:00
d6b7715e37
Update README.MD 2025-07-16 09:51:47 +08:00
59d2aaf6c6
Update README.MD 2025-07-16 09:50:42 +08:00
a1446c7e93
Update README.MD 2025-07-16 09:50:24 +08:00
4fd212f83e
Upload files to "/" 2025-07-16 09:50:03 +08:00
3a4fd0124e
更新 README.MD 2025-07-15 20:46:04 +08:00
24d5ac9cc5
no message 2025-07-15 19:23:34 +08:00
3 changed files with 29 additions and 10 deletions

View File

@ -1,39 +1,58 @@
# EnchantmentDoNotConflict (附魔不冲突)
<img width="256" src="icon.png">
<img width="512" src="title_full.png">
## 注意事项
- 主分支 master 仅存储一些文档 阅读代码请切换分支
- 1.20.* 升级到 1.21 需要删除配置文件
- 仅服务端模组 客户端安装无效
- 客户端安装仅适配其他附魔模组
- 单人游戏有效
## 仓库列表
- 这个是仓库Fabirc版本的
- 仓库[NeoForge](https://git.mingliqiye.com/MinecraftMod/EnchantmentDoNotConflictNeoForge)版本
- 仓库[Forge](https://git.mingliqiye.com/MinecraftMod/EnchantmentDoNotConflictForge)版本
## 支持的版本 Fabric
- 1.20 意外支持 (1.20.1)
- 1.20.2 意外支持 (1.20.3 1.20.4)
- 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)
## 支持的版本 Forge
- 等待开发
## 支持的版本 [Forge](https://git.mingliqiye.com/MinecraftMod/EnchantmentDoNotConflictForge)
- 1.20 意外支持 (1.20.1)
- 1.20.2 意外支持 (1.20.3 1.20.4)
- 1.20.6 Forge 废弃 API FMLJavaModLoadingContext.get().getModEventBus();
- 1.21 意外支持 (1.21.1 1.21.3 1.21.4 1.21.5) Forge 你 API不是说废弃了吗 怎么这版本不废弃了?
- 1.21.6 意外支持 (1.21.7) 又改APi Forge 女娲
## 支持的版本 [NeoForge](https://git.mingliqiye.com/MinecraftMod/EnchantmentDoNotConflictNeoForge)
- 1.20.5 意外支持 (1.20.6)
- 1.21
- 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, ConnectedClientData clientData) New
- 主版本 1.20.1
- 发行 1.20.2 - 1.20.4
## 1.20.5 ++ 服务端客户端通信大改
### 1.20.5 ++ 服务端客户端通信大改
- 主版本 1.20.5
- 发行 1.20.5 - 1.20.6
## 1.21 ++ 数据驱动模式的附魔
### 1.21 ++ 数据驱动模式的附魔
- 由于麻将大改附魔系统 现在变为了 数据包模式的 我是用内置类实现的不冲突
- 后续大家想要添加模组的附魔不冲突的话请看这 分支[1.21](https://git.mingliqiye.com/MinecraftMod/EnchantmentDoNotConflict/src/branch/1.21)
# 下载
## 下载
- [Fabric](https://git.mingliqiye.com/MinecraftMod/EnchantmentDoNotConflict/releases)
- [NeoForge](https://git.mingliqiye.com/MinecraftMod/EnchantmentDoNotConflictNeoForge/releases)
- [Forge](https://git.mingliqiye.com/MinecraftMod/EnchantmentDoNotConflictForge/releases)
## 适配其他模组
- 服务器和客户端 都安装 本模组 即可
- [Enchanting Infuser](https://modrinth.com/mod/enchanting-infuser)
- <img src="bc7a632b-e68a-4c23-85a6-2d6aa51b6254.png">

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
title_full.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB