diff --git a/gradle.properties b/gradle.properties index eaf63fa09..11a8bfdae 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -mod_version=1.6.2 +mod_version=1.6.3 minecraft_version=1.19.2 forge_version=43.2.21 cyclopscore_version=1.19.4-495 diff --git a/resources/changelog/1.19.2-1.6.3.txt b/resources/changelog/1.19.2-1.6.3.txt new file mode 100644 index 000000000..77847f27f --- /dev/null +++ b/resources/changelog/1.19.2-1.6.3.txt @@ -0,0 +1,11 @@ +As always, don't forget to backup your world before updating! +Requires CyclopsCore version 1.19.4 or higher. + +Changes: +* Improve JEI/REI/EMI performance, CyclopsMC/IntegratedTerminals#139 +* Optimize client performance of large networks with many changes, Closes #139 + +Fixes: +* Fix JEI lag caused by non-crafting recipes being considered in terminal + Closes CyclopsMC/IntegratedTerminals#141 +* Fix JEI/EMI/REI cache not invalidating when player inv changes