diff --git a/VERSION b/VERSION index 3f5987a..437459c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.9 +2.5.0 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d105af3..0b2755d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +**2.5.0** +* [Custom skin support](CUSTOM_SKINS.md)! +* Add ``Load Custom Skins`` Feature Flag (Enabled By Default) + **2.4.9** * Allow Overriding GUI Scale With ``MCPI_GUI_SCALE`` Environmental Variable * Add ``Disable Block Tinting`` Feature Flag (Disabled By Default) diff --git a/docs/CUSTOM_SKINS.md b/docs/CUSTOM_SKINS.md new file mode 100644 index 0000000..f6da281 --- /dev/null +++ b/docs/CUSTOM_SKINS.md @@ -0,0 +1,6 @@ +# Custom Skins +MCPI-Reborn supports downloading custom skins from [a central skin server](https://github.com/MCPI-Revival/Skins). Skins are downloaded based on the current MCPI username. + +This *does not* cache skins and *will not* work without internet access. + +Custom skins can be disabled using the ``Load Custom Skins`` feature flag. diff --git a/docs/README.md b/docs/README.md index 5f3c0fd..6a41528 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,4 +10,5 @@ * [View Multiplayer](MULTIPLAYER.md) * [View Sound](SOUND.md) * [View In-Game Controls](CONTROLS.md) +* [View Custom Skins](CUSTOM_SKINS.md) * [View Changelog](CHANGELOG.md) diff --git a/images/start.png b/images/start.png index 328d183..167796f 100644 Binary files a/images/start.png and b/images/start.png differ