Skip to content

Commit

Permalink
Update for 1.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
grondag committed Jun 7, 2022
1 parent c53a4a2 commit c0a0b94
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {

ext.platform_name = 'fabric'
ext.loader_version = '0.14.6'
ext.fabric_version = '0.55.0+1.19'
ext.fabric_version = '0.55.1+1.19'

apply from: '../project_common.gradle'
apply from: 'project.gradle'
Expand Down
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"depends": {
"fabricloader": ">=0.14.6",
"minecraft": ">=1.19-rc.2",
"minecraft": ">=1.19",
"java": ">=17"
}
}
2 changes: 1 addition & 1 deletion gruntle_common.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext.mc_tag = 'mc119'
ext.minecraft_version = '1.19-rc2'
ext.minecraft_version = '1.19'
ext.release_version = '1.19'

project.archivesBaseName = project.mod_name + "-" + project.platform_name + "-" + project.mc_tag
Expand Down
2 changes: 1 addition & 1 deletion project_common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ext.modrinth_id = 'Ja7zPEaN'
ext.release_type = 'release'

ext.build_fat_jar = false
ext.build_forge = true
ext.build_forge = false

0 comments on commit c0a0b94

Please sign in to comment.