Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldorion committed Sep 4, 2021
1 parent 4f10498 commit b89605a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.16.5 Generator",
"version": "1.4.1 ",
"version": "1.4.2 ",
"description": "A Fabric generator",
"author": "Goldorion",
"credits": "Thank you to BoogieMonster1O1, Klemen, U1timateJ7",
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generator-fabric-1.16.5": {
"latest": "1.4.1"
"latest": "1.4.2"
}
}

0 comments on commit b89605a

Please sign in to comment.