diff --git a/changelog.md b/changelog.md index 3d2e9cda..578472de 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ # Changelogs: ## 1.4 +### Snapshot 1 Note: Incompatible with MCreator 2021.2.31709 and older * Update to MCreator 2021.2 * Improved generated code style in some places @@ -47,6 +48,7 @@ Another version will be made to support entirely MCreator 2021.2 * [Bugfix #131] Blocks and items did not appear in custom creative tabs ## 1.1 +### Release * Updated Fabric API to 0.34.6 * Added a complete support for the game rule mod element * Added support for block generation parameters diff --git a/src/plugin.json b/src/plugin.json index 4a8f7f3f..5d45b273 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -3,7 +3,7 @@ "minversion": 202100233614, "info": { "name": "Minecraft Fabric 1.16.5 Generator", - "version": "1.4", + "version": "1.4 - Snapshot 1", "description": "A Fabric generator", "author": "Goldorion", "credits": "Thank you to BoogieMonster1O1, CrispyChips, Klemen, U1timateJ7", diff --git a/update.json b/update.json index f2f80906..8f12213a 100644 --- a/update.json +++ b/update.json @@ -1,5 +1,5 @@ { "generator-fabric-1.16.5": { - "latest": "1.4" + "latest": "1.4 - Snapshot 1" } }