From c697563d4d8d596d65dbc91d82d7c0a9f10a25d4 Mon Sep 17 00:00:00 2001 From: Lulonaut <67191924+Lulonaut@users.noreply.github.com> Date: Tue, 17 May 2022 18:02:09 +0200 Subject: Improve item editor (#137) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Intellij insurance * Only parse inventory in essence guide * Save mobs with whitespaces correctly * npe when currentProfile is null * ??? * 🧌 * 🤡 * Fixed crash with spamming remove enchant in /neuec - thank you lulo for free pr to commit to * added command to toggle repo autoupdating * i am so good at patch note * i used the github web editor for this * i double checked the brackets and everything * don't even look at it (this is only ran with dev mode enabled) * more readable Co-authored-by: NopoTheGamer Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> --- Update Notes/2.1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Update Notes') diff --git a/Update Notes/2.1.md b/Update Notes/2.1.md index 2ea1bef0..c8f97357 100644 --- a/Update Notes/2.1.md +++ b/Update Notes/2.1.md @@ -38,7 +38,7 @@ - Added a help menu to /neuec - Made it so treecap shows foraging xp instead of farming xp on the farming overlay - Made it so a jungle axe with cult will show the "farming" overlay -- Added /neurepomode to toggle item editing and dev mode, and changing the item repo url +- Added /neurepomode to toggle item editing and dev mode, changing the item repo url and toggling autoupdating of the repo - Changed "NEUAH is DISABLED! Enable in /neusettings." to /neu - Changed misc overlays tab to todo overlays - Added a config option for npc retexturing @@ -113,6 +113,7 @@ - Fixed minion tiers crafted by coop members not showing up in /pv - Lulonaut - Fixed crash in /pv when the player had a pet that is not saved in the repo - Lulonaut - Fixed some vanilla Minecraft keybinds not working in NEU GUIs +- Fixed crash with spamming remove enchant in /neuec ### **Other:** - New icons was added in storage_icons.png - Moved the help icon in /neucustomize over a little -- cgit