Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldorion committed Aug 22, 2023
1 parent 38a19f8 commit dd7541d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 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: 20
subversion: 21

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.6",
"version": "1.9.7",
"description": "A Fabric generator",
"author": "Goldorion",
"credits": "Thank you to all contributors and supporters on Ko-fi",
Expand Down
13 changes: 6 additions & 7 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"generator-fabric-1.20.1": {
"latest": "1.9.6",
"latest": "1.9.7",
"changes": [
"[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"
"[Bugfix #430] Check if item is in tag caused a build error",
"[Bugfix #452] Custom structures didn't work",
"[Bugfix #454] World dependency caused a build error in custom commands)",
"[Bugfix #455] Custom button blocks caused a build error",
"[Bugfix #456] Fix several registries calls causing build errors"
]
}
}

0 comments on commit dd7541d

Please sign in to comment.