diff --git a/CHANGELOG.md b/CHANGELOG.md index d345562b..a8ea31a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ To be consistent with the main branch, it may miss some versions +## 3.8.6 +- Dep: Upgrade deps +- Fixed: Migrate to new GT recipeMap + ## 3.8.5 - Fixed: gtpp transfer crash - Fixed: gtpp recipe output doubles diff --git a/README.md b/README.md index 3729589e..0b91a04e 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ This might be a little confusing, here's an example: This mod is focused on calculation, so you might find it powerful and high performance in some complicated cases. Have fun! For all the release files, description or videos, refer to -the [release page](https://minecraft.curseforge.com/projects/just-enough-calculation). +the [CurseForge release page](https://minecraft.curseforge.com/projects/just-enough-calculation) or [GitHub releases](https://github.com/Towdium/JustEnoughCalculation/releases). ## Features -- **Client only, no default keybinding. Set it up according to yourself.** -- Support get catalyst in [NEI-GTNH-2.1](https://github.com/GTNewHorizons/NotEnoughItems) +- **Client only. No default keybinding. [Set it up](#setup-keybinding) according to yourself.** +- Support get catalyst in [NEI-GTNH](https://github.com/GTNewHorizons/NotEnoughItems) - Infinite inputs, outputs and catalysts of recipe - Math calculation - Recipe can be transferred from NEI recipe overlay gui (`shift` + click `?` button) @@ -53,20 +53,14 @@ Tutorial links: ## TODO - [ ] More friendly fluid amount tooltip (144x??+?? and 1000x??+??) -- ~~add new button to transfer the recipe.~~ ## Known Issues -- [x] **May crash** if you open the gui immediately after entering the world. Please wait for the NEI to load completely. - [ ] Fluid from NEI ItemPanel will be recognized as item - [ ] Some OreDict items renders wrong with overlay (Now removed the overlay) - [ ] GUI will cover the NEI's GUI like tooltip on item panel - [ ] Fluid from recipe needs lots of adapters, see [Adapter](./src/main/java/me/towdium/jecalculation/nei/Adapter.java). -## Development - -~~For run `gradle runClient`, you need copy the mods from `dev-mods/` to `run/mods`.~~ - [1]: http://cf.way2muchnoise.eu/full_just-enough-calculation_downloads.svg [2]: http://cf.way2muchnoise.eu/versions/just-enough-calculation.svg diff --git a/README_CN.md b/README_CN.md index 22e2c32e..4437fa19 100644 --- a/README_CN.md +++ b/README_CN.md @@ -14,12 +14,12 @@ This mod is focused on calculation, so you might find it powerful and high perfo --- -查看所有的 Release 文件, 描述或者视频, 请查看 [release 页面](https://minecraft.curseforge.com/projects/just-enough-calculation). +查看所有的 Release 文件, 描述或者视频, 请查看 [CurseForge release 页面](https://minecraft.curseforge.com/projects/just-enough-calculation) 或 [GitHub release](https://github.com/Towdium/JustEnoughCalculation/releases). ## 功能 -- **仅客户端(大概),无默认按键绑定, 请根据个人喜好设置** -- 支持 [NEI-GTNH-2.1](https://github.com/GTNewHorizons/NotEnoughItems) 的催化剂(不消耗的合成参与者,如工作台,各种机器之类的) +- **仅客户端,无默认按键绑定,请根据个人喜好[设置](#设置按键绑定)** +- 支持 [NEI-GTNH](https://github.com/GTNewHorizons/NotEnoughItems) 的催化剂(不消耗的合成参与者,如工作台,各种机器之类的) - 合成表的输入、输出和催化剂 无数量限制 - 数学计算器 - 可以从 NEI 合成表 gui 页面直接获取合成表 (`shift` + 单击 `?` 按钮) @@ -31,7 +31,6 @@ This mod is focused on calculation, so you might find it powerful and high perfo - [x] GT++ (支持 GT++ 1.7.05.68 (GTNH 2.1.0.0),老版本没有测试过) - [x] Thaumcraft (不包括要素) - [ ] AE2(目前没办法,需要 AE2 作者支持 - - [ ] 其它 - [x] 从 NEI 物品列表抓取物品 - [ ] 从 NEI 物品列表抓取流体 (仅支持 GT & GT6, 其余流体请从 **计算器内部流体标签** 抓取) - [x] 矿物词典支持 @@ -52,20 +51,15 @@ This mod is focused on calculation, so you might find it powerful and high perfo ## TODO -- ~~NEI 合成表界面添加新按钮转移合成表~~ +- [ ] 更友好的流体数量 tooltip 显示 (144x??+?? and 1000x??+??) ## 已知问题 -- [ ] 如果在进入世界后立刻打开计算器 gui,游戏可能会 **崩溃**,请等待NEI完全加载完成 - [ ] 从 NEI 物品列表抓取的 流体 会被识别为 物体 - [ ] 由于矿物词典标签的渲染存在问题,目前暂时不显示覆盖的标识 - [ ] 计算器 gui 会覆盖 NEI 的 tooltip - [ ] 流体需要针对 mod 进行适配, 开发人员可以查看 [Adapter](./src/main/java/me/towdium/jecalculation/nei/Adapter.java) -## 开发 - -~~如果要运行 `gradle runClient`, 需要将 `dev-mods/` 文件夹中的全部模组复制到 `run/mods`(运行一次 `runClient` 后生成)文件夹中.~~ - [1]: http://cf.way2muchnoise.eu/full_just-enough-calculation_downloads.svg [2]: http://cf.way2muchnoise.eu/versions/just-enough-calculation.svg