From 56ab8b12f01e02b64d053c090033b26b55169d03 Mon Sep 17 00:00:00 2001 From: Goldorion <38427877+Goldorion@users.noreply.github.com> Date: Wed, 9 Aug 2023 20:28:28 -0400 Subject: [PATCH] Bump version --- src/fabric-1.20.1/generator.yaml | 2 +- src/plugin.json | 2 +- update.json | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/fabric-1.20.1/generator.yaml b/src/fabric-1.20.1/generator.yaml index 98fdde6b..df16ca4a 100644 --- a/src/fabric-1.20.1/generator.yaml +++ b/src/fabric-1.20.1/generator.yaml @@ -1,7 +1,7 @@ name: Minecraft Fabric for @minecraft - @buildfileversion status: experimental buildfileversion: 0.83.1 -subversion: 19 +subversion: 20 import: - datapack-1.19.4 diff --git a/src/plugin.json b/src/plugin.json index f23ca136..5451414b 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -5,7 +5,7 @@ "weight": 11, "info": { "name": "Minecraft Fabric 1.20.1 Generator", - "version": "1.9.5", + "version": "1.9.6", "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 6cc0eade..9668f24a 100644 --- a/update.json +++ b/update.json @@ -1,9 +1,13 @@ { "generator-fabric-1.20.1": { - "latest": "1.9.5", + "latest": "1.9.6", "changes": [ - "Updated TerraBlender API to 1.20.1-3.0.0.165", - "Re-implemented biomes support for 1.20.1" + "[Bugfix #431] Get enchantment level caused a build error", + "[Bugfix #435] Get a copy of item from slot of entity could cause problems in some cases", + "[Bugfix #436] Fixed several `Entity#level` related build errors in procedure blocks (purejosh)", + "[Bugfix #445] Some biome's registry call weren't updated causing build errors", + "[Bugfix #445] Item used on block trigger could cause a build error", + "[Bugfix #447] Several block bases caused a build error" ] } }