Skip to content

Commit

Permalink
Update Fabric Loader version to 0.14.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldorion committed May 20, 2023
1 parent d9d076b commit f7e2080
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelogs:

## 1.8.9
* [#411] Updated Fabric Loader version to 0.14.19

## 1.8.8
* [Bugfix #401] Key bindings were not displayed in the Controls menu
* [Bugfix #402] Biomes didn't generate and caused build errors
Expand Down
2 changes: 1 addition & 1 deletion src/fabric-1.19.2/generator.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Minecraft Fabric for @minecraft - @buildfileversion
status: stable
buildfileversion: 0.67.1
subversion: 17
subversion: 18

java_models:
key: mojmap-1.19.x
Expand Down
2 changes: 1 addition & 1 deletion src/fabric-1.19.2/workspacebase/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ loom {
dependencies {
minecraft "com.mojang:minecraft:1.19.2"
mappings loom.officialMojangMappings()
modImplementation "net.fabricmc:fabric-loader:0.14.9"
modImplementation "net.fabricmc:fabric-loader:0.14.19"

//Fabric api
modImplementation "net.fabricmc.fabric-api:fabric-api:${generator.getGeneratorBuildFileVersion()}+1.19.2"
Expand Down

0 comments on commit f7e2080

Please sign in to comment.