From ce584d729d3fdb5bdf7c9868b638d61b2cdf1dfd Mon Sep 17 00:00:00 2001 From: lothrazar Date: Sun, 11 Jun 2023 19:35:16 -0700 Subject: [PATCH] changelog 1.7.0 --- scripts/release.sh | 2 +- update.json | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/scripts/release.sh b/scripts/release.sh index ce40ac07..6ce083db 100644 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -1,3 +1,3 @@ #!/bin/bash -./gradlew cleanJar build signJar copyJar +./gradlew cleanJar build signJar diff --git a/update.json b/update.json index e7c28c2b..8c4affab 100644 --- a/update.json +++ b/update.json @@ -2,7 +2,7 @@ "homepage": "https://www.curseforge.com/minecraft/mc-mods/simple-storage-network", "promos": { "1.18.1-latest": "1.6.0", - "1.18.2-latest": "1.6.2" + "1.18.2-latest": "1.7.0" }, "1.18.2": { "1.4.1": "First port to 1.17.1 ", @@ -14,6 +14,12 @@ "1.5.4": "Fix error when placing some network blocks. Updated minimum forge to 39.0.55. Developed on jei-1.18.1:9.2.1.69 so similar versions are probably fine too. Fix both remotes not syncing Sort/JEI and other settings on open/close #416 ", "1.6.0": "[tested on forge=39.0.75; jei=9.2.1.69] Added new items Singleton Upgrade and Slowness Upgrade. Ported two items Stock Upgrade and Operation upgrade from mc1.12.2. Changed some of the default recipes to consume less redstone and quartz (see the upgrades). Removed config 'enableAutoSearchFocus', instead Auto-Focus toggle button added in GUI right-side. Fix #416 remotes not saving options settings. Fixed Network Collector Remote Void Items #414. Crafting remote no longer saves crafting grid data, drops 3x3 on close (Fixes #434 and other isses). This allows a new feature where the Crafting Remote can go into the ender chest or Curios slot and be opened by the key binding (i default). Fix #254 Import Cables stuck on not importable items. ", "1.6.1": "Port to MC 1.18.2 by MrBysco, forge 40.0.15 and jei 9.5.0.132. Added safety checks and workarounds and a config to catch when the screen size and GUI Scale gets too small and crashes seem to come from JEI (illegal negative numbers exceptions guiTop >= 0 check)", - "1.6.2": "Fixed item-routing cache feature, meaning as items get inserted (by player or cable) it tries to group them together with previous items in the same container when possible (still same logic as 1.12.2 version). Refactor and clean up how cables connect on placement. Fix the visuals and the selection bounding box for cables sometimes not matching. Updated to latest dependencies: forge=40.1.54 jei=9.7.0.209 curios=5.0.7.1 Remove/fix slot overlap patch for remotes on very small resolutions. Fix java.lang.StackOverflowError connecting a Link Cable to a Network Exchange Interface #445 (these blocks now connect as blockstate=cable not =inventory). Optimize/remove redundant connection retries when blocks are placed. " + "1.6.2": "Fixed item-routing cache feature, meaning as items get inserted (by player or cable) it tries to group them together with previous items in the same container when possible (still same logic as 1.12.2 version). Refactor and clean up how cables connect on placement. Fix the visuals and the selection bounding box for cables sometimes not matching. Updated to latest dependencies: forge=40.1.54 jei=9.7.0.209 curios=5.0.7.1 Remove/fix slot overlap patch for remotes on very small resolutions. Fix java.lang.StackOverflowError connecting a Link Cable to a Network Exchange Interface #445 (these blocks now connect as blockstate=cable not =inventory). Optimize/remove redundant connection retries when blocks are placed. ", + + + "1.7.0":"Added version warning, Does not work with any JEI versions in the 10.X series, only with 9.7.X (for example 9.7.1.255 or 9.7.2.281). Community Pull Request Contributions: Merge pull request #492 from IIpragmaII/trunk/1.18 @IIpragmaII @VasurTrekkson Improved performance for export node. fix priority german translation @lightlike . Fixed recipes not showing when pressing the JEI recipe key @Demerso. Create uk_ua.json @SKZGx . " + + + } }