Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldorion committed Aug 21, 2022
1 parent 0436c5d commit 04f7af8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/fabric-1.19.2/generator.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generator-fabric-1.19.2": {
"latest": "1.7-beta-5"
"latest": "1.7-beta-6"
}
}

0 comments on commit 04f7af8

Please sign in to comment.