diff --git a/README.md b/README.md index 1b327b3b..c93f1da4 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ Mod elements that are not mentioned are completely supported with all available ### Unsupported * Fluid -* Villager trade +* Villager profession ## Important Information -- Make sure you use MCreator 2023.1 or a newer version +- Make sure you use MCreator 2023.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/changelog.md b/changelog.md index 4cd8a583..6efddc58 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,8 @@ # Changelogs: -## 1.9.0 +## 1.9 * Updated to Minecraft 1.20 + * Note: Biomes are not supported because TerraBlender is not updated yet * Updated Fabric API to 0.83.0 * Updated Fabric Loader to 0.14.21 * [#349] Added support for custom villager trades diff --git a/src/apis/terrablender.yaml b/src/apis/terrablender.yaml index 3634ba13..dd25e440 100644 --- a/src/apis/terrablender.yaml +++ b/src/apis/terrablender.yaml @@ -8,14 +8,3 @@ fabric-1.19.2: dependencies { modImplementation 'com.github.glitchfiend:TerraBlender-fabric:1.19.2-2.0.1.127' } -fabric-1.19.3: - gradle: | - repositories { - maven { - url = "https://maven.minecraftforge.net/" - } - } - dependencies { - modImplementation 'com.github.glitchfiend:TerraBlender-fabric:1.19.3-2.1.0.132' - } -name: "TerraBlender Fabric (Biomes)" \ No newline at end of file diff --git a/src/fabric-1.20/templates/elementinits/villagertrades.java.ftl b/src/fabric-1.20/templates/elementinits/villagertrades.java.ftl index 739c9393..81ca2d18 100644 --- a/src/fabric-1.20/templates/elementinits/villagertrades.java.ftl +++ b/src/fabric-1.20/templates/elementinits/villagertrades.java.ftl @@ -1,7 +1,5 @@ <#-- # This file is part of Fabric-Generator-MCreator. - # Copyright (C) 2012-2020, Pylo - # Copyright (C) 2020-2023, Pylo, opensource contributors # Copyright (C) 2020-2023, Goldorion, opensource contributors # # Fabric-Generator-MCreator is free software: you can redistribute it and/or modify diff --git a/src/plugin.json b/src/plugin.json index c5f75e26..130b2c8b 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -5,7 +5,7 @@ "weight": 11, "info": { "name": "Minecraft Fabric 1.20 Generator", - "version": "1.8.9", + "version": "1.9", "description": "A Fabric generator", "author": "Goldorion", "credits": "Thank you to all contributors and supporters on Ko-fi", diff --git a/update.json b/update.json index c7f5732b..0f7bcede 100644 --- a/update.json +++ b/update.json @@ -1,11 +1,13 @@ { - "generator-fabric-1.19.2": { - "latest": "1.8.9", + "generator-fabric-1.20": { + "latest": "1.9", "changes": [ - "Updated to MCreator 2023.2.22518", - "[#411] Updated Fabric Loader version to 0.14.19", - "[Bugfix #412] Fixed particles crashing on dedicated servers (kleiders)", - "Fixed several problems with different procedure blocks" + "Updated to Minecraft 1.20 (excluding biomes)", + "Updated Fabric API to 0.83.0", + "Updated Fabric Loader to 0.14.21", + "[#349] Added support for custom villager trades", + "[Bugfix #358] GUIs couldn't be loaded on servers", + "[Bugfix #408] Servers crashed when key bindings were used" ] } }