Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldorion committed Aug 10, 2023
1 parent 3851510 commit 56ab8b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/fabric-1.20.1/generator.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 7 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
}

0 comments on commit 56ab8b1

Please sign in to comment.