From f1173cf5e91430718ed95c22e402a01917cbb63d Mon Sep 17 00:00:00 2001 From: Sangelo <47925793+SangeloDev@users.noreply.github.com> Date: Fri, 7 May 2021 11:56:28 +0200 Subject: [PATCH] Updated README with naming system --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3b39d7e..ea5283f 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,12 @@ This is how you update my pack to the latest release. This pack is far from fini 2. Type in `cd [path to your minecraft resourcepack folder*] && git pull` 3. Start Minecraft and enjoy! +## Release naming system +Since release 1.0.3, I am using a naming system for releases, since this pack is still WIP. +I'll be naming: +- Major releases (1.0, 1.1, etc.) as MR +- Minor releases (1.0.1, 1.1.4, etc.) as mR +- Patches (1.0.2.1, etc.) as PR +(May be changed in the future) + #### *Follow the Easy Installation Instructions to find your directory if you don't know where it is.