译文
新功能:
新增遮罩/裁剪组件。
内容调整:
重构了提示框的传递逻辑,改为使用我的世界的Component组件。
新增方法,优化GuiItem中深度测试的控制能力。
将焦点状态计算移至独立的调用栈中。
原文
New features:
* added masking / clipping element
Changes:
* reworked tooltip propagation to use the minecraft Component
* added methods for better controlling depthTest in GuiItem
* moved focus state calculation into a separate callstack
译文
内容调整:
为方块、方块坐标、物品与资源位置新增JSON反序列化器。
问题修复:
修复了数据同步数据包中字段的可见性修饰符问题。
修复了Forge依赖项限制,现已支持1.18全版本(而非仅1.18.1)。
原文
Changes:
* added json deserializers for Block, BlockPos, Item and ResourceLocation
Fixes:
* fixed visibility modifiers for fields in data sync packet
* fixed forge depedency to allow 1.18 (rather than just 1.18.1)