1.21.70 & updates (#2231)
- Added support for Minecraft 1.21.70
- Added ElementDivider and ElementHeader for simple and custom forms
- Added methods to change player's client side walk/fly/vertical fly speed
- Fixed campfire not being breakable by hand
- Fixed sculk block hardness and resistance
- Fixed hopper minecart pickup area
- Fixed hoppers attempting to empty containers from wrong side and non full composters
- Fixed target block hit and lectern page change not providing redstone signal
- Fixed falling scaffolding drops lead
- Fixed flowers not generating
- Fixed wither rose not dealing damage
- More projectiles can break chorus flower
- You can drink honey bottle even when food bar is full
- Iron golems can now be repaired using iron ingots
- Lectern, jukebox and respawn anchor now work as comparator input
- Made fixes for vehicle collisions
- Reporting UWP as Windows instead of Windows 10 and WIN32 as Windows x86
- Some cleanup
以下为机器翻译,请注意内容的准确性
1.21.70 及更新内容 (#2231)
- 新增对 Minecraft 1.21.70 的支持
- 新增 ElementDivider 和 ElementHeader,用于简化自定义表单
- 新增修改玩家客户端行走/飞行/垂直飞行速度的方法
- 修复徒手无法破坏营火的问题
- 修复幽匿块硬度和抗性
- 修复漏斗矿车的拾取区域
- 修复漏斗尝试从错误方向清空容器以及未满堆肥箱的问题
- 修复标靶方块被击中及讲台翻页时不提供红石信号的问题
- 修复下落的脚手架掉落铅的问题
- 修复花朵不生成的问题
- 修复凋零玫瑰不造成伤害的问题
- 更多抛射物可破坏紫颂花
- 食物栏满时仍可饮用蜂蜜瓶
- 铁傀儡现在可用铁锭修复
- 讲台、唱片机和重生锚现在可作为比较器输入
- 修复载具碰撞问题
- 将 UWP 报告为 Windows 而非 Windows 10,并将 WIN32 报告为 Windows x86
- 部分代码清理
Fixes
- Fixed updating boss bar text making client disconnect
- Fixed ghost absorption hearts
- Fixed some skins not displaying properly
- Fixed painting placement checks and added new paintings from 1.21
- Fixed glow berries growing on already grown cave vines
- Fixed hopper minecart activation
- Fixed mangrove wood not working as furnace fuel
- Fixed fungus and new trees not growing past y 255
- Fixed crimson planks hardness and resistance
- Fixed turtle eggs placing wrong amount
- Fixed Player.showFormWindow returning invalid id if failed, now returns -1 instead
- Fixed drops of some deepslate ores
- Fixed missing translations for /clear
- Avoid multiple gamerule calls in level tick loop
- Mending no longer attempts to repair non damaged items
- getMin/MaxBlockY is now directly accessible through ChunkManager
以下为机器翻译,请注意内容的准确性
修复
- 修复了更新Boss血条文本导致客户端断开连接的问题
- 修复了幽灵吸收心脏的问题
- 修复了某些皮肤无法正确显示的问题
- 修复了画作放置检查并添加了1.21版本的新画作
- 修复了发光浆果在已经生长的洞穴藤蔓上生长的问题
- 修复了漏斗矿车的激活问题
- 修复了红树林木材无法作为熔炉燃料的问题
- 修复了真菌和新树木无法在y 255以上生长的问题
- 修复了绯红木板的硬度和抗性
- 修复了海龟蛋放置数量错误的问题
- 修复了Player.showFormWindow在失败时返回无效ID的问题,现在返回-1
- 修复了某些深层矿石的掉落问题
- 修复了/clear命令缺少翻译的问题
- 避免在游戏循环中多次调用游戏规则
- 修复不再尝试修复未损坏的物品
- getMin/MaxBlockY现在可以通过ChunkManager直接访问
Replace HashMap with LinkedHashMap in CreativeItems (#2214)
以下为机器翻译,请注意内容的准确性
将CreativeItems中的HashMap替换为LinkedHashMap (#2214)
Fix item componets usage, fixes eating some items (#2213)
以下为机器翻译,请注意内容的准确性
修复物品组件的使用,修复了某些物品的食用问题 (#2213)
1.21.60 & updates (#2212)
- Added support for Minecraft 1.21.60
- Added rest of the missing blocks from versions up to 1.19
- Added powder snow freezing damage
- Added material_resin text format
- Added some missing death message translations
- Removed a few unused translations
- Updated some mob heights to match Bedrock
- Made Creaking spawnable
- Azalea trees can now be grown
- Fixed elytra repair in anvil
- Fixed shield crafting on mobile
- Fixed some note block sounds
- Fixed explosions not dropping container blocks
- Optimized chunk loading
- Enabled RakNet cookies
以下为机器翻译,请注意内容的准确性
1.21.60 & 更新 (#2212)
- 添加了对 Minecraft 1.21.60 的支持
- 添加了 1.19 版本之前缺失的剩余方块
- 添加了粉雪冻结伤害
- 添加了 material_resin 文本格式
- 添加了一些缺失的死亡消息翻译
- 移除了一些未使用的翻译
- 更新了一些生物的高度以匹配基岩版
- 使 Creaking 可生成
- 现在可以种植杜鹃花树
- 修复了铁砧中的鞘翅修复
- 修复了移动设备上的盾牌制作
- 修复了一些音符盒的声音
- 修复了爆炸不掉落容器方块的问题
- 优化了区块加载
- 启用了 RakNet cookies