diff --git a/BUMP b/BUMP index 9084fa2f..910abdcc 100644 --- a/BUMP +++ b/BUMP @@ -1 +1 @@ -1.1.0 +1.1.0b diff --git a/Minecraft.Client/Windows64Media/loc/stringsGeneric.xml b/Minecraft.Client/Windows64Media/loc/stringsGeneric.xml index 62ae7dd7..1c0242a4 100644 --- a/Minecraft.Client/Windows64Media/loc/stringsGeneric.xml +++ b/Minecraft.Client/Windows64Media/loc/stringsGeneric.xml @@ -628,36 +628,40 @@ so they can easily join you. {*T3*}Changes and Additions{*ETW*}{*B*} - {*T3*}neoLegacy v1.0.9b{*ETW*}{*B*}{*B*} + {*T3*}neoLegacy v1.1.0b{*ETW*}{*B*}{*B*} Additions{*B*} - - You can now copy and save various worlds on the LoadCreateJoin menu.{*B*}{*B*} - - Controller icons and in-game logos are now modifiable via a slider in 'User Interface' menu Changes{*B*}{*B*} - - Skin Select menu has been updated in order to achieve parity with TU36+{*B*}{*B*} - - Controls menu has been updated.{*B*}{*B*} - - Tutorial world has been updated to version TU31.{*B*}{*B*} - - Settings menus are now wider to match the ones from TU31{*B*}{*B*} - - In-game music now fades when leaving / joining a world.{*B*}{*B*} - - World size is now displayed correctly on the worlds-list menu.{*B*}{*B*} - - The LoadCreateJoin menu no longer features an infinite spinner object.{*B*}{*B*} + - Release builds now feature a logging system for developer debugging.{*B*}{*B*} + - Spectator mode has been added into Debug builds of neoLegacy.{*B*}{*B*} + - Added the Mario world into the game.{*B*}{*B*} + - Added all the TU43-related blocks into the game.{*B*}{*B*} + - Igloos and Fossils can now be found throughout the world.{*B*}{*B*} Welcome back! You may not have noticed, but your Minecraft has just been updated. - {*T3*}neoLegacy v1.0.9b{*ETW*} + {*T3*}neoLegacy v1.1.0b{*ETW*} Additions - - You can now copy and save various worlds on the LoadCreateJoin menu. - - Controller icons and in-game logos are now modifiable via a slider in 'User Interface' menu. + - Release builds now feature a logging system for developer debugging. + - Spectator mode has been added into Debug builds of neoLegacy. + - Added the Mario world into the game. + - Added all the TU43-related blocks into the game. + - Igloos and Fossils can now be found throughout the game. Changes - - Skin Select menu has been updated in order to achieve parity with TU36+ - - Controls menu has been updated. - - Tutorial world has been updated to version TU31. - - Settings menus are now wider to match the ones from TU31+ + - neoLegacy branding has been added on the title screen. + - Dedicated servers now feature numerous stability improvements + bugfixes. + - Cow sounds have been updated to match their TU31 counterparts. + - The neoLegacy save format is now universal, meaning that anyone can make a DLC world purely from own unique saves. + - World generation has been updated to closely match the original Legacy Console Edition. + - Elytra has been updated with additional accuracy improvements. + - Animated textures have been updated to smoothly interpolate between frames. Bug Fixes - - In-game music now fades when leaving / joining a world. - - World size is now displayed correctly on the worlds-list menu. - - The LoadCreateJoin menu no longer features an infinite spinner object. + - Flower pots can now properly store all flower variants when interacted with. + - The in-game localization menu no longer crashes when switching between Japanese, Chinese, or Korean languages. + - Jukeboxes now play audio correctly, causing the in-game soundtrack to fade out before playing any music. + - The zombie villager model has been updated to match the new 64x64 skin changes. + - neoLegacy dedicated servers no longer crash due to missing color files. diff --git a/NOTES.md b/NOTES.md index 533f1d82..b5bf1c44 100644 --- a/NOTES.md +++ b/NOTES.md @@ -1,16 +1,24 @@ -# neoLegacy v1.1.0 +# neoLegacy v1.1.0b ### Additions +- Release builds now feature a logging system for developer debugging. +- Spectator mode has been added into Debug builds of neoLegacy. - Added the Mario world into the game. - Added all the TU43-related blocks into the game. +- Igloos and Fossils can now be found throughout the game. ### Changes +- neoLegacy branding has been added on the title screen. +- Dedicated servers now feature numerous stability improvements + bugfixes. - Cow sounds have been updated to match their TU31 counterparts. - The neoLegacy save format is now universal, meaning that anyone can make a DLC world purely from own unique saves. - World generation has been updated to closely match the original Legacy Console Edition. +- Elytra has been updated with additional accuracy improvements. +- Animated textures have been updated to smoothly interpolate between frames. ### Bug Fixes +- Flower pots can now properly store all flower variants when interacted with. - The in-game localization menu no longer crashes when switching between Japanese, Chinese, or Korean languages. - Jukeboxes now play audio correctly, causing the in-game soundtrack to fade out before playing any music. - The zombie villager model has been updated to match the new 64x64 skin changes.