2025-07-15 20:46:04 +08:00

1.9 KiB

EnchantmentDoNotConflict (附魔不冲突)

  • 仅服务端模组 客户端安装无效
  • 客户端安装仅适配其他附魔模组
  • 单人游戏有效

仓库列表

  • 这个是仓库Fabirc版本的
  • 仓库NeoForge版本

支持的版本 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

  • 等待开发

支持的版本 NeoForge

  • 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.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.6

1.21 ++ 数据驱动模式的附魔

  • 由于麻将大改附魔系统 现在变为了 数据包模式的 我是用内置类实现的不冲突
  • 后续大家想要添加模组的附魔不冲突的话请看这 分支1.21

下载

适配其他模组