diff --git a/changelog.md b/changelog.md index b56ec476..8c43d576 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,10 @@ # Changelogs: -## 1.5 +## 1.4.2 * [Bugfix] Custom biome sounds caused a build error * [Bugfix] BerryBushes, SwampClayDisk and TaigaLargeFerns default features caused a build due to a wrong value * [Bugfix] On initial spawn entity trigger caused a build error when a procedure was selected * [Bugfix #143] Ray tracing procedure blocks cause a build error -* [Bugfix #145] Enabling the boss bar iun custom entities caused a build error +* [Bugfix #145] Enabling the boss bar in custom entities caused a build error * [Bugfix #146, #147, #148] Mod elements having an element selected inside a block/item selector always failed to build. ## 1.4.1 diff --git a/src/plugin.json b/src/plugin.json index d94f8a06..e215ea29 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -4,7 +4,7 @@ "weight": 11, "info": { "name": "Minecraft Fabric 1.16.5 Generator", - "version": "1.4.1 ", + "version": "1.4.2 ", "description": "A Fabric generator", "author": "Goldorion", "credits": "Thank you to BoogieMonster1O1, Klemen, U1timateJ7", diff --git a/update.json b/update.json index fdd6fdae..ce35a4e1 100644 --- a/update.json +++ b/update.json @@ -1,5 +1,5 @@ { "generator-fabric-1.16.5": { - "latest": "1.4.1" + "latest": "1.4.2" } }