Changelog format
The Minecraft Wiki format was used as a basis for introducing pages describing changes in a particular version, as well as changes in a particular update.
The format itself is as follows:.
{Project version}:{Update name (optional)}
## {Section*}
### {Subsection**}
**{Change***}**
{Change description (optional)****}
{Update poster (optional)}
* Section - part of the change log that divides it into update categories. The sections are as follows: Additions, Changes, Fixes, and Notes.
** Subsection - part of the change log that divides the section into change types. The types themselves depend on the changes in the game. The types are as follows: Blocks, Items, Mobs, World generation, Gameplay, Command format, Compatible, and General.
*** Change - part of the change log that describes a particular change in the project update.
**** Change description - part of the change log that describes the change itself.
File name format
The format is as follows:
[{Loader (optional)*} {Minecraft version}]{Project name}[{Project version}].{File type**}
* Loader - the API on which the project runs. There are three of them: NeoForge, LexForge and Fabric/Quilt.
** File type - file types are divided into jar (mods) and zip/mrpack (modpacks and resource packs).
License
A licence is an official permit to carry out a certain type of activity.
Until 11 February 2025, the most popular licence was used, namely All rights reserved. After that, I started using my own licence. I started using my own licence.
Here is its text:
MomentariyModder License
VERSION 1.0.0 - 11.02.2025
Copyright © 2025 MomentariyModder. All Rights Reserved.
1. This project is not an official product of Minecraft and Mojang Studios.
2. This project can be used in modpacks and videos, but it is recommended to provide a link to it.
3. This project can not be published on third-party sites, the exception is: sites like Aternos and if the publication on third-party sites by the author himself.
4. Creation of forks, backports and ports without authorization of the author is forbidden.
5. Creation of addons is welcomed and does not require author's permission.
6. Using the assets of this project in your own projects without authorization is prohibited.
Project support status

Basic information about support status is already indicated in the image above.
About support for new versions of Minecraft.
Currently, I am trying to support two versions of Minecraft simultaneously. One version is stable, and the other is the latest version supported by MCreator (hereinafter referred to as ‘the latest version’). At the moment, these are 1.21.1 and 1.21.8, respectively.
Previously, I supported both of them as active. But from December 2025, I am switching to a new support scheme.
The stable version of Minecraft will be actively supported, as before. However, the latest version will be supported by LTS. This means that updates for them will not be as frequent as for active versions.
Versioning
The versioning is presented as follows:
{Major*}.{Minor**}.{Hotfixe***}
* Major - a version where backward incompatible API changes have been made. In our case, this is an update to new versions of Minecraft. There was one exception, which was the transition from Minecraft version 1.19.2 to 1.19.4, when the change was reflected in Minor.
** Minor - a version where new functionality is added or old functionality is changed.
*** Hotfix - a version where bugs are fixed.