Skip to content

Commit

Permalink
Update change log and version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Aug 17, 2021
1 parent 4dcb259 commit b4eee0d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## Version 2.3.3

This patch complements release of Mappet `0.1-rc4`.

* Added background options (to hide background) to `GuiTextElement` and `GuiButtonElement`
* Added `ITextColoring` support for `GuiTextElement`
* Added tracking of last picked slot in `GuiSlotElement`

## Version 2.3.2

This patch complements release of Mappet `0.1-rc3`.

* Added Server-Client confirmation API (developed by Chryfi)
* Added IconRegistry which allows to query the key set of all possible UI icons

## Version 2.3.1

This patch complements release of Blockbuster 2.3.1 and Metamorph 1.2.9.
Expand Down
6 changes: 4 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/mchorses-mclib/",
"1.12.2": {
"2.3.3": "This patch complements release of Mappet 0.1-rc4.",
"2.3.2": "This patch complements release of Mappet 0.1-rc3.",
"2.3.1": "This patch complements release of Blockbuster 2.3.1 and Metamorph 1.2.9.",
"2.3": "This update complements release of Blockbuster 2.3, Aperture 1.6, Metamorph 1.2.7, Emoticons 1.0, Chameleon 1.0.3, Commander 1.1 and Extended Reach 1.1.",
"2.2.2": "This patch updated needed for Blockbuster 2.2.2.",
Expand Down Expand Up @@ -35,8 +37,8 @@
},

"promos": {
"1.12.2-latest": "2.3.1",
"1.12.2-recommended": "2.3.1",
"1.12.2-latest": "2.3.3",
"1.12.2-recommended": "2.3.3",
"1.10.2-latest": "1.0.4",
"1.10.2-recommended": "1.0.4",
"1.11.2-latest": "1.0.4",
Expand Down

0 comments on commit b4eee0d

Please sign in to comment.