Releases: DevBobcorn/CornCraft
Releases · DevBobcorn/CornCraft
Corn Craft v0.2.1
Corn Craft v0.2.1 Release Notes
New Features:
- Implemented (mostly) proper liquid mesh building
- Introduced (block) tags
- Re-implemented some logic and data population based on tags
- Implemented (some) neighbor validity check upon block placement
- Implemented server list and player profile management
Notable Changes:
- Adjusted appearance of interaction options
Bug Fixes:
- Fixed faulty placement prediction when clicking inside a non-full block
新增特性:
- 实现了(基本)正确的流体网格构建
- 引入了(方块)标签
- 基于标签重新实现了部分逻辑和数据填充
- 实现了(部分)放置方块时的相邻方块有效性验证
- 实现了服务器列表和玩家档案管理
主要更改:
- 调整了交互信息的外观
故障修复:
- 修正了点击非完整方块内部时错误的放置预测
Corn Craft v0.2.0
Corn Craft v0.2.0 Release Notes
New Features:
- Implemented living entity hurt/death animations
- Implemented rendering of block placement prediction
- Display harvest block option with warning color when not using best tool type
- Implemented accurate block model variant selection
- Switch to using new water shader by default
- Implemented basic block placement validity check
Notable Changes:
- Change fixed delta time to 0.05s for perform tick updates
- Time of day is now updated per tick
- Client physics is now updated per tick
- Overhauled player physics and visual position update mechanisms
- Now physics is updated per tick and visual position is interpolated like other entities
- Tweaked smooth movement
- Remade entity info tags(name and health bar)
- Increase biome blending radius to 3
Bug Fixes:
- Fixed eye height in sneaking animations
- Fixed item slot dragging
- Fixed liquid/entity selection boxes not cleared after exiting aiming mode
- Fixed torch & stairs block placement prediction
新增特性:
- 实现了生物受伤/死亡动画
- 实现了方块放置预测的渲染
- 当未使用最合适类型的工具时使用警告色显示挖掘方块选项
- 实现了准确的方块模型变种选择
- 现在默认改用新的水体着色器
- 实现了基础的方块放置有效性检查(是否与实体AABB重叠)
主要更改:
- 将固定时间间隔改为0.05s用来进行刻更新
- 时间流逝现在每刻被更新
- 客户端物理现在每刻被更新
- 大幅修改了客户端玩家物理和视觉位置更新机制
- 现在物理每刻更新一次,视觉位置和其它实体一样使用插值
- 调整了平滑运动
- 重制实体信息标签(名称和血条)
- 将生物群系过渡半径提高至3
故障修复:
- 修正潜行动画中的眼高
- 修正物品槽拖动功能
- 解决退出瞄准模式后液体/实体选框不清除的问题
- 修正火把和台阶方块的放置预测
Corn Craft v0.1.9
Corn Craft v0.1.9 Release Notes
New Features:
- Added AABBs for entities and selection box
- Implemented entity on-fire rendering
- Implemented dynamic water colors(using tints defined in biomes)
- (Re-)implemented smooth velocity change
- Implemented player sneaking status rendering
- Implemented falling prevention during sneaking
Notable Changes:
- Unified sneak and descend key binding
- No longer attempt to climb up more than 0.5 blocks during sneaking
Bug Fixes:
- Fixed builtin translation strings not reloaded after being extracted
- Fixed login status not reset after resource download failure
- Fixed villager model not showing
- Fixed swamp grass color
- Fixed foliage/plants lighting
- Fixed death screen not hidden after clicking respawn button
新增特性:
- 为实体添加 AABB(轴对齐包围盒)以及选择框
- 实现实体着火渲染
- 实现动态水体着色(使用生物群系定义的颜色)
- (重新)实现平滑速度变化
- 实现玩家潜行状态渲染
- 实现潜行状态下防止玩家从方块边缘落下
主要更改:
- 统一潜行和下潜的键位
- 潜行时不再尝试爬上高于0.5方块的平面
故障修复:
- 解决翻译文本在被提取后未重新加载的问题
- 解决资源下载失败后登录状态未重置的问题
- 解决村民模型不显示的问题
- 修正沼泽群系中草的颜色
- 修正树叶/植物的光照
- 解决死亡界面在点击重生按钮后不隐藏的问题
Corn Craft v0.1.8
Corn Craft v0.1.8 Release Notes
Notable Changes:
- Rewrite entire player physics and movement controller without Kinematic Character Controller and PhysX
- Sync client sneaking/sprinting flag with server
- Update window title upon joining a server
- Upgraded to Unity 6000.3.1f1
- Temporarily removed data for 1.21.1+ to reduce builtin asset size
Bug Fixes:
- Fix jagged round corners in UI frames
主要更改:
- 完全重写玩家物理和运动控制器,不再依赖 Kinematic Character Controller 和 PhysX
- 与服务端同步潜行/疾跑状态标记
- 加入服务器时动态更新窗口标题
- 升级至 Unity 6000.3.1f1
- 暂时移除 1.21.1+ 的数据文件以减小内置资源文件大小
故障修复:
- 解决圆角UI边框的渲染锯齿问题
Corn Craft v0.1.7
Corn Craft v0.1.7 Release Notes
Notable Changes:
- Upgraded to Unity 6000.2.6f2 to patch CVE-2025-59489
- Added data files for 1.21.2~1.21.8 (These versions are not supported yet)
- Make sky box simpler but nicer
- Removed unused asset files, reducing build size
- Item entities now always face the player
Bug Fixes:
- Fixed axis-aligned bounding box for Poppy block
- Fixed entity movement interpolation
- Fixed chunk meshes not being rebuilt upon respawn or pressing F5 + C
主要更改:
- 升级至 Unity 6000.2.6f2 以修复 CVE-2025-59489
- 添加 1.21.2~1.21.8 的数据文件(尚未支持)
- 简化天空盒,使用更柔和的色调
- 移除部分未使用的资源文件,缩减构建文件大小
- 物品实体现在总是朝向玩家
故障修复:
- 修正了虞美人的交互碰撞箱
- 修正了实体运动的插值
- 解决了重生或按下 F5 + C 时区块网格不会重新构建的问题
Corn Craft v0.1.6
Corn Craft v0.1.6 Release Notes
Notable Changes:
- Removed animator based player models, animations and shaders
- Simplified player controller to better align with vanilla game
主要更改:
- 移除了基于animator的玩家模型、动画以及着色器
- 简化玩家控制器,与原版更接近
Corn Craft v0.1.5
Corn Craft v0.1.5 Release Notes
New Features:
- Implement support for 1.21/1.21.1
- Implement interactions for Loom/Sign
- Implement block entity render for Banner/Sign/Hanging Sign
Notable Changes:
- Switch to using JE textures for BE entity models (where applicable)
Bug Fixes:
- Fixed Shulker Box slot placement rule
新增特性:
- 添加1.21/1.21.1版本支持
- 完成织布机/告示牌的交互功能
- 实现旗帜/告示牌/悬挂式告示牌的方块实体渲染
主要更改:
- 给BE实体模型使用JE材质(若可用),便于切换资源包时统一
故障修复:
- 修复潜影盒槽位放置规则
Corn Craft v0.1.4
Corn Craft v0.1.4 Release Notes
New Features:
- Implement interactions for Grindstone/Enchanting Table/Stonecutter
- Introduced Bedrock Edition entity model data
- Implemented block entity model based on BE entity models
- Implemented container animations for Chests/Shulker boxes
Notable Changes:
- Improved chunk mesh builder scheduling, reducing unnecessary rebuild checks
- Added default breaking interaction definition for blocks
Bug Fixes:
- Fixed client-side view distance handling
- Fixed meshes not being properly destroyed when chunk unloads
- Fixed glitches upon switching to/from Creative & Spectator Mode
新增特性:
- 完成砂轮/附魔台/切石机的交互功能
- 添加了基岩版实体模型数据
- 基于基岩版实体模型实现了方块实体模型
- 给箱子/潜影盒实现了容器动画
主要更改:
- 优化区块网格构建调度,减少不必要的检查
- 为方块添加了默认的破坏交互
故障修复:
- 修复客户端渲染距离处理
- 修复区块卸载时其网格数据未正确销毁的问题
- 修复创造模式和旁观者模式切换时触发的一些故障
Corn Craft v0.1.3
Corn Craft v0.1.3 Release Notes
New Features:
- Added support for Minecraft 1.20.5/1.20.6
- Added mob attribute data
- Added enchantment data
- Added saturation value display
- Added percentage display for some downloading/loading status text
Notable Changes:
- Item data for all versions now uses item component-based data, providing structured data format for client presentation
- Improved support for item tooltip display such as attribute modifier and potion effects
Bug Fixes:
- Fixed reading chunk light data in 1.20+
新增特性:
- 添加了Minecraft 1.20.5/1.20.6支持
- 添加了生物属性数据
- 添加了附魔数据
- 添加了饱和度显示
- 为部分下载/加载状态文本添加了进度百分比显示
主要更改:
- 全版本的物品数据改为使用物品组件实现,为客户端呈现提供了更加结构化的数据格式
- 改进了属性修改器、药水效果等物品提示文本的支持
故障修复:
- 修复1.20+的区块光照数据读取
Corn Craft v0.1.2
Corn Craft v0.1.2 Release Notes
New Features:
- Creative Mode flying
Notable Changes:
- Changed aiming view from over-the-shoulder to first person, using head position of player model as the following point
- Rewrote player controller states and fixed a few movement bugs, and changed sprint control
- Adjusted a few key bindings, see README for new controls
- Apply random block offset to the bounding box of some blocks (small flowers, bamboo, dripstone) for vanilla parity
- Now the game attempts to connect to servers with lower versions than supported minimum (#26)
- Allow using Numpad Enter to send chat messages/commands
- Tweaked parts of the builtin translation text
Bug Fixes:
- Fixed chat input when using an IME (#25)
- Fixed translucent block face culling and rendering
- Fixed mob effect removal in inventory UI
- Fixed some UI masking issues
- Fixed auto-jump not working on upper-half slabs
新增特性:
- 创造模式飞行
主要更改:
- 瞄准模式由越肩视角改为第一人称视角,并将跟随点改为玩家模型的头部位置
- 重写部分玩家控制器状态,修复一些运动问题,并修改了疾跑的操作
- 修改了部分键位,新键位详见README
- 将随机方块偏移应用至部分方块(小型花、竹子、滴水石锥)的边界框,与原版保持一致
- 现在游戏会尝试用支持的最低版本连接低于支持下限的版本的服务器(#26)
- 允许使用小键盘回车发送聊天信息/命令
- 微调了部分内置的翻译文本
故障修复:
- 修复输入法状态下的聊天输入(#25)
- 修复半透明方块的面剔除和渲染
- 修复物品栏界面的状态效果移除
- 修复部分UI遮罩问题
- 修复自动跳跃对于上半台阶不生效的问题