Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldorion committed Jul 28, 2022
1 parent cae1345 commit ffff0f6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 28 deletions.
12 changes: 6 additions & 6 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.17.1.**
**The current targeted Minecraft version is 1.19.1.**

## Features
Unsupported fields in full supported mod elements are features from Forge only. They are not available with Fabric yet.
Expand Down Expand Up @@ -36,17 +36,17 @@ Unsupported fields in full supported mod elements are features from Forge only.

### Partially supported (almost completed)
* Armor
* Biome
* Dimension
* Living entity
* Ranged item

### Partially supported
* Biome
* Procedure
* Variables
// Global scopes, except Global session, are missing.

### Unsupported
* Dimension
* Fluid
* Villager trade

Expand All @@ -56,14 +56,14 @@ 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 2021.1.18711 or a newer version
- Make sure you use MCreator 2022.2.31711 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.

## Credits/License
Lead Dev - [Goldorion](https://github.com/Goldorion)
Dev - [Goldorion](https://github.com/Goldorion)
Contributors (previous Minecraft versions) - crispy_chips1234, Klemen, U1timateJ7, BoogieMonster1O1
This generator re-uses a lot of the code used by the official Forge 1.17.1 generator.
This generator re-uses code used from the official Forge 1.17.1-1.18.2 generators.

The plugin's MCreator page is [here](https://mcreator.net/plugin/64512/mcreator-fabric-generator}).
The plugin's MCreator forum page is [here](https://mcreator.net/forum/60201/fabric-generator-plugin).
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

Notes: 1.19 mappings will come after official data lists are updated. Biomes are far from being as in the 1.17.1 generator because I will now need to use TerraBlender to generate biomes in the overworld. Even if I support Nether and End gens, I can't apply surface rules currently and so, I will also need TerraBlender.
Dimensions are also not done because they changed once again between 1.18.2 and 1.19, and I didn't find how to port them.
You can also expect several bugs, mostly when using procedure blocks.

## 1.6

Expand Down
19 changes: 0 additions & 19 deletions src/fabric-1.19/dimension.definition.yaml

This file was deleted.

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.1 Generator",
"version": "1.6",
"version": "1.7-beta-1",
"description": "A Fabric generator",
"author": "Goldorion",
"credits": "Thank you to all contributors and built-in MCreator generators.",
Expand Down
4 changes: 2 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generator-fabric-1.17.1": {
"latest": "1.6"
"generator-fabric-1.19.1": {
"latest": "1.7-beta-1"
}
}

0 comments on commit ffff0f6

Please sign in to comment.