此版本支持Minecraft:BE 1.20.0 (协议版本 589)。
This version supports Minecraft:BE 1.20.0(Protocol Version 589).
This version supports Minecraft:BE 1.20.0(Protocol Version 589).
新特性 / New features
- [#1214] 添加樱花 / Added Cherry.
- [#1219] 为物品盾牌添加BannerPattern API / Add BannerPattern API for item Shield.
- [#1220] 实现告示牌打蜡功能 / Implement BannerPatternWaxing feature.
- [#1224] 实现Camera API / Implement Camera API.
- [#1226] 添加竹子相关的物品以及1.20.0的一些新物品 / Add Bamboo related items and some new items for 1.20.0.
- [#1228] 初步实现樱花树 / Initial implementation of Cherry tree.
- [#1229] 添加活板门配方 / Added Trapdoor recipe.
- [#1241] 添加Snappy网络压缩支持 / Added Snappy network compression support.
- [#1244] 添加IBlockWood接口 / Add IBlockWood interface.
- [#1247] 添加对Docker容器的检测 / Add detection of Docker containers.
- [#1252] 添加CustomBlock#getClientFriction接口 / Add CustomBlock#getClientFriction interface.
更改 / Changes
- [#1211] 修改并优化HeightMap / Modify and optimize HeightMap.
- [#1213] 优化生物马的移动 / Optimize movement of creature Horse.
- [#1215] 优化大于1格碰撞箱实体路点检测 / Optimize greater than 1 frame collision box entity waypoint detection.
- [#1216] 移除地图渲染Hack修改,并更新block_color.json / Remove map rendering Hack modifications and update block_color.json.
- [#1237] 用for-i替换for-each以便graal进行向量化优化 / Replace for-each with for-i for graal for vectorization optimization.
- [#1240] 更新graalvm相关依赖库到23.0.0/jdk17 / Update graalvm related dependencies to 23.0.0/jdk17.
- [#1245] 回退onTouch / Revert onTouch.
- [#1250] 优化弓 / Optimize the bow.
修复 / Fixes
- [#1208] 修复告示牌填充空白行 / Fix sign filling blank lines.
- [#1212] 修复告示牌允许多人同时打开的BUG / Fix the bug that sign allows multiple people to open at the same time.
- [#1218] 修复客户端使用指令会导致崩溃的BUG / Fix the bug that the client will crash when using commands.
- [#1222] 修复冒险模式可以使用告示牌的BUG / Fix the bug that sign can be used in adventure mode.
- [#1227] 修复配方错误 / Fix a recipe bug.
- [#1231] 修复纸张配方 / Fix the paper recipe.
- [#1232] 修复转换存档OOM内存溢出问题/ Fix conversion archive OOM memory overflow issue.
- [#1233] 修复InventoryOpenEvent中的setCancelled方法导致无法打开物品栏的BUG/ Fix Bug in InventoryOpenEvent where the setCancelled method prevents opening Inventory.
- [#1234] 修复libdeflate实现中的频繁解压失败的问题 / Fix frequent decompression failure in libdeflate implementation.
- [#1235] 修复CommandBlockProperties中签名更改导致的严重的向前兼容问题/ Fix a serious forward compatibility issue caused by signature change in CommandBlockProperties.
- [#1238] 修复樱花树叶腐烂后报错的问题 / Fix an error reported after cherry tree leaves decay.
- [#1239] 修复未知的enchant handling / Fix unknown enchant handling.
- [#1242] 修复Item#fromstring的NPE问题 / Fix NPE issue with Item#fromstring.
- [#1246] 修复炼药锅液体相关BUG / Fix Cauldron Liquid related bugs.
- [#1245] 修复告示牌相关BUG / Fix sign related bug.
- [#1250] 修复放置位置错误的BUG / Fix a bug about wrong placement.
- [#1255] 修复樱花树苗在沙子上的奇怪BUG / Fix strange bug that Cherry sapling is on the sand.
文档 / Documentation
- [#1221] 修复错误的注解版本 / Fix wrong annotated version.