0.4.0+20221217-mc1.16
Pre-release
Pre-release
lovexyn0827
released this
17 Dec 13:25
·
224 commits
to master
since this release
选项
- minecartPlacementOnNonRailBlocks:允许在铁轨以外的方块上放置矿车
- quickMobMounting:允许使用刷怪蛋直接将生物放置在载具内
- generateChunkGrid:在地表生成一层表示区块范围的方块
指令
- /accessingpath:自定义Accessing Path节点(将来可能会扩增其他功能)
- /exportsave:导出指定区域为存档(功能很不完善)
其他特性
- Vec3d字面值
修复
- 将hideSuvivalSave改为hideSurvivalSave以修正拼写错误
- 修复了帮助信息中的一些语法错误
- 很多指令执行后没有任何反馈信息
- 在HUD中定义新字段会覆盖重名的旧字段
- BlockPos字面值无法解析
Options
- minecartPlacementOnNonRailBlocks: Allow players to place minecarts directly on the ground
- quickMobMounting: Placing mobs into vehicles
- generateChunkGrid: Generate a layer of glass on the ground to show the chunks
Commands
- /accessingpath: Manage custom nodes in accessing paths. (Some other features may be introduced in the future.)
- /exportsave: Export some given areas as a new save.
Other Features
- Vec3d literal
Fixes
- Changed hideSuvivalSave to hideSurvivalSave to correct a spelling mistake.
- Fixed some grammatical mistakes.
- Many commands have no feedback.
- In HUDs, listened fields get replaced when a newer line with the same name is created.
- Couldn't parse BlockPos literals.