From 04f7af87aeaa548ac8545394755c1074fca759f5 Mon Sep 17 00:00:00 2001 From: Goldorion <38427877+Goldorion@users.noreply.github.com> Date: Sun, 21 Aug 2022 15:11:13 -0400 Subject: [PATCH] Bump version --- README.md | 4 ++-- src/fabric-1.19.2/generator.yaml | 2 +- src/plugin.json | 2 +- update.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 748d310b..f72214d3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A plugin for [MCreator](https://mcreator.net/), a code generator to create Minec This project is not official. It is not affiliated with the respective owners and maintainers of Fabric, Minecraft, or MCreator. Do not expect any official support from their communities. -**The current targeted Minecraft version is 1.19.1.** +**The current targeted Minecraft version is 1.19.2.** ## Features Unsupported fields in full supported mod elements are features from Forge only. They are not available with Fabric yet. @@ -56,7 +56,7 @@ Pre-built binaries can be found on the [Release page of this repository](https:/ Install like any other plugin: Launch MCreator -> Open preferences -> Manage plugins -> Load Plugin -> Find your downloaded zip file -> **Restart MCreator**. ## Important Information -- Make sure you use MCreator 2022.2.31711 or a newer version +- Make sure you use MCreator 2022.2 or a newer version - Back up your workspace before updating to a newer version of the plugin. - Mods will also require [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api) to function properly, so when you want to play your mod, make sure you have fabric api. diff --git a/src/fabric-1.19.2/generator.yaml b/src/fabric-1.19.2/generator.yaml index c8bf5967..747a857a 100644 --- a/src/fabric-1.19.2/generator.yaml +++ b/src/fabric-1.19.2/generator.yaml @@ -1,7 +1,7 @@ name: Minecraft Fabric for @minecraft - @buildfileversion status: experimental buildfileversion: 0.59.0 -subversion: 1.6.3 +subversion: 1.6.4 java_models: key: mojmap-1.19.x diff --git a/src/plugin.json b/src/plugin.json index 0e43b517..9310bd3f 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -4,7 +4,7 @@ "weight": 11, "info": { "name": "Minecraft Fabric 1.19.2 Generator", - "version": "1.7-beta-5", + "version": "1.7-beta-6", "description": "A Fabric generator", "author": "Goldorion", "credits": "Thank you to all contributors and built-in MCreator generators.", diff --git a/update.json b/update.json index bc93a1ba..4f141bd6 100644 --- a/update.json +++ b/update.json @@ -1,5 +1,5 @@ { "generator-fabric-1.19.2": { - "latest": "1.7-beta-5" + "latest": "1.7-beta-6" } }