Skip to content

Releases: MoSadie/SimpleMainMenu-Lib

v3.0.0: It's Simple, really

29 Mar 05:46
f70ee97

Choose a tag to compare

Ok so this one is QUITE the change, so a few things have changed, and ALL previous theme mods will need an update.

What is new?

Branding Change

This mod has outgrown its original name and does so much more than just theming around only servers. It seems fitting to take the opportunity to update the name to reflect how much it can actually do.

NOTE: THIS DOES MEAN THAT ANY MODS USING THIS LIBRARY WILL NEED TO UPDATE TO BE COMPATIBLE!

Specifically, a lot of references in code to the previous name have also been changed, BUT I kept the initials and mod link the same, so when mods update to use SMM-Lib v3.0.0 they will still get the version update, it just will have a lot of missing imports. (and some other changes, keep reading...)

Splash Text Overhaul (by @OffsetMonkey538)

You will notice a brand new SplashText class has appeared as the returned object for getSplashText()! This allows multi-line splash text to happen! Use SplashText.builder() to create a new Builder! You can add one or more lines then use the .build() when returning the Splash Text!

Also, in case you missed it last update changed from just raw Strings to Components, allowing for styling and translatable components if desired! There are some string fallbacks of the methods in the builder for simple uses, but if you're looking to get fancy feel free to use a Component instead!

If you need help updating, or just want examples, both [Island Menu](https://github.com/MoSadie/Island-Menu/tree/smm-lib-3.0.0] and smm-example-mod have been updated, so check out the recent changes there to see what I had to change!

What's Changed

Full Changelog: v2.1.0...v3.0.0

v2.1.0: Texting

23 Feb 03:45
fa2bc49

Choose a tag to compare

Note: If you encounter any existing mods using this library that have issues with this update, please let me know! There is a major under-the-hood change to splash text.

In this release we have a switch from the splash text from themes changing from a String to a Text object, there is a fallback in case a mod isn't updated, but I do recommend changing over at some point for the advantages a Text object provides! (Styling, localization, etc.)

In addition, I want to share that the mod will be getting renamed VERY SOON to SimpleMainMenu Lib. There will be a breaking change due to the name change starting with v3.0.0 of SMM-Lib. This means all theme mods will need to update to be compatible with v3.0.0.

What's Changed

New Contributors

Full Changelog: v2.0.7...v2.1.0

v2.0.7

24 Jan 15:24
9e165e1

Choose a tag to compare

What's Changed

Full Changelog: v2.0.6...v2.0.7

v2.0.6

21 Sep 19:23
c81c8a4

Choose a tag to compare

What's Changed

  • Fix StackOverflow and also fix a possible crash by @MoSadie in #13

(The first bug was only triggered if no other menu themes were installed, and the bump to 1.21.6 is for a likely impossible to hit crash scenario)

Full Changelog: v2.0.5...v2.0.6

v2.0.5

06 Jun 23:01
6180d8f

Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.0.5

v2.0.4

14 Dec 04:59
f7bc46a

Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3

11 Oct 21:55
60a7c08

Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2: Two for One

06 May 00:53
ee9475b

Choose a tag to compare

What's Changed

  • Added Minecraft 1.20.5 and 1.20.6 support (#5)

Full Changelog: v2.0.1...v2.0.2

v2.0.1: Now with more 1.20.4

18 Apr 05:33
322daef

Choose a tag to compare

Updated to support 1.20.4 (#4)

v2.0.0: Button Magic Trick

05 Dec 05:40
d317f79

Choose a tag to compare

Ta-da! I made some buttons disappear! (Or at least, you can!)

New in this update:

  • The ability for themes to define what main buttons are available on the main menu. Specifically, they can hide:
    • Singleplayer
    • Multiplayer
    • Mods
    • Quick Join (New name for the server join button, keep reading)
  • Changed the Quick Join button to allow for custom code to be run. There are now two new methods in Util to look at: joinServer and loadWorld

There are new overrides in the configuration screen in the Mod Menu to go along with the new features. (You will need to show library mods in the list to find SMM-Lib!)

In addition, the minimum Minecraft version is now 1.20.2 with Fabric Loader 0.15.0