diff options
-rw-r--r-- | Update Notes/2.1.1.md | 19 | ||||
-rw-r--r-- | build.gradle.kts | 2 |
2 files changed, 20 insertions, 1 deletions
diff --git a/Update Notes/2.1.1.md b/Update Notes/2.1.1.md new file mode 100644 index 00000000..f4270ba7 --- /dev/null +++ b/Update Notes/2.1.1.md @@ -0,0 +1,19 @@ +# These are the change notes for NEU 2.1 + + +### **Major Changes:** + + + +### **Minor Changes:** + + - Fix /join command not working for uppercase floors - walker or whalker + - Remove custom option toggle textures in /neu - nopo + - Fix Pickaxe Cooldown not being correct on first join - Ascynx + - Fix social exp not being correct in /pv - Vixid + - Fix a crash when downgrading from future NEU versions - nopo + - Unify writing conventions for "SkyBlock" and similar - walker or whalker + - Add fishing helper to fishing in the main lobby - sharkey300 + - Allow custom delays until skill overlays pause - cobble8 + - Add exponent and percentage to calculator - u9g + - Add total trophy fish count to /pv - Vixid diff --git a/build.gradle.kts b/build.gradle.kts index deb740f5..defc1052 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ apply<NEUBuildFlags>() group = "io.github.moulberry" -setVersionFromEnvironment("2.1") +setVersionFromEnvironment("2.1.1") // Minecraft configuration: loom { |