Releases: YufiriaMazenta/Craftorithm
Releases · YufiriaMazenta/Craftorithm
1.10.17
1.10.16
更新内容 | Update Content
- 修复MMOItems无法挂钩的问题 | Fixed MMOItems could not be hooked
1.10.15
更新内容 | Update Content
- 修复1.10.12版本开始,可能会导致其他插件无法正确挂钩的问题 | Fixed the issue that other plugins may not be hooked correctly starting from version 1.10.12
1.10.14
更新内容 | Update Content
- 修复了无法使用potion配方创建器的bug | Fixed a bug where potion recipe creator could not be used
1.10.13
更新内容 | Update Content
- 修复GUI创建配方时无法正确保存物品的问题 | Fixed items could not be saved correctly when creating recipes in recipe creator gui
- 修复RegisteredListener相关性能问题 | Fix RegisteredListener related performance issues
1.10.12
更新内容 | Update Content
- 优化底层加载逻辑 | Optimize plugin loading process
- 暂时去除配方编辑页面,将会在下个大版本(1.11)更新自定义UI功能 | Temporarily remove the recipe editor menu, and will update the custom UI in the next major version (1.11)
- 优化命令提示 | Optimize command prompt
1.10.11
更新内容 | Update Content
- 兼容EcoItems和ExecutableItems | Compatible with EcoItems and ExecutableItems
- 修复偶发配方原材料展示GUI数量不对的bug | Fixed the bug that the number of recipe ingredients displayed in the GUI was incorrect occasionally
1.10.10
更新内容 | Update Content
- 优化通过有序配方创建生成的配方文件结构 | Optimize the recipe file structure generated by shaped recipe creator @YufiriaMazenta
- 修复item命令会导致StackOverflowError的问题 #73 | Fixed the issue where the item command would cause a StackOverflowError #73 @Noogear