基本信息
我的世界Java版本
1.21.3–1.21.5
1.21–1.21.1
1.20.4
1.20–1.20.1
1.19.x
1.18.2
平台
Fabric
运行环境
其他链接
搬运团队
详情信息
许可证 MPL-2.0
发布于 5 months ago
更新于 14 days ago
更新日志
变更日志
本项目所有值得注意的变更都将记录在此文件中。
其格式基于Keep a Changelog, 并且本项目遵循语义化版本规范。
[v21.5.1-1.21.5] - 2025-04-01
变更
- 全面检修内部开发结构
修复
- 修复在NeoForge上因
Minecraft
为null
而导致的客户端启动崩溃问题
[v21.5.0-1.21.5] - 2025-03-31
- 移植到《我的世界》1.21.5版本
新增
- 添加
RegisterConfigurationTasksCallback
- 添加用于注册新的头颅方块类型的
ContentRegistrationHelper
- 添加
QuadUtils
- 添加
CodecExtras::LIST_TAG_CODEC
、CodecExtras::setOf
以及CodecExtras::decodeOnly
变更
- 完成网络重构,用
ModConstructor::onRegisterPayloadTypes
替换NetworkHandler
,并添加对配置阶段消息的支持 - 解除
PlayerSet
只能处理发送数据包的限制 - 将
CommonAbstractions
拆分为多个类,如EntityHelper
、EnchantingHelper
和ExplosionEventHelper
- 将
ClientAbstractions
拆分为多个类,如GuiHeightHelper
、ClientWoodTypeRegistry
和RenderTypeHelper
- 合并
EntityAttributesCreateContext
和EntityAttributesModifyContext
为EntityAttributesContext
- 将
ClientStartedCallback
重构为ClientLifecycleEvents
- 支持在
SkullRenderersContext
中直接注册纹理位置
移除
- 移除
SpecialBlockModelTypesContext
- 移除
JsonConfigFileUtil
和JsonSerializationUtil
- 移除
BlockInteractionsContext
、CompostableBlocksContext
、FlammableBlocksContext
和FuelValuesContext
- 移除
ReflectionHelper
- 移除
RegisterFuelValuesCallback
- 移除
RegistryHelper
- 移除
MessageV2
- 移除
ClientModConstructor::onRegisterAdditionalModels
- 移除
ClientModConstructor::onRegisterCoreShaders
- 移除
SetupMobGoalsCallback