diff --git a/src/plugin.json b/src/plugin.json index a324cc5b..f23ca136 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.4", + "version": "1.9.5", "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 ff9093c6..6cc0eade 100644 --- a/update.json +++ b/update.json @@ -1,9 +1,9 @@ { "generator-fabric-1.20.1": { - "latest": "1.9.4", + "latest": "1.9.5", "changes": [ - "[Bugfix #426] Custom music discs could not be played", - "[Bugfix #428] Several block bases had rendering problems" + "Updated TerraBlender API to 1.20.1-3.0.0.165", + "Re-implemented biomes support for 1.20.1" ] } }