Skip to content

Commit

Permalink
Gruntle automatic update
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralhalo committed Jun 5, 2024
1 parent 0727e7e commit b58af8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ plugins {
}

ext.platform_name = 'fabric'
ext.loader_version = '0.15.9'
ext.fabric_version = '0.96.14+1.20.5'
ext.loader_version = '0.15.11'
ext.fabric_version = '0.97.8+1.20.5'

// Hat tip to JellySquid
configurations {
Expand Down
4 changes: 2 additions & 2 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"client": [ "io.vram.frex.fabric.FrexMod" ]
},
"depends": {
"fabricloader": ">=0.15.6",
"minecraft": ">=1.20.5-alpha.24.14.a",
"fabricloader": ">=0.15.11",
"minecraft": ">=1.20.5",
"java": ">=21"
},
"custom": {
Expand Down
4 changes: 2 additions & 2 deletions gruntle_common.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext.minecraft_version = '24w14a'
ext.release_version = '24w14a'
ext.minecraft_version = '1.20.5'
ext.release_version = '1.20.5'

base {
archivesName = project.mod_name + "-" + project.platform_name
Expand Down

0 comments on commit b58af8a

Please sign in to comment.