-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
} |