Skip to content

Commit

Permalink
Port to 1.20.1
Browse files Browse the repository at this point in the history
Close #123
  • Loading branch information
jaredlll08 committed Jun 20, 2023
1 parent 89de1ac commit efb3d10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package com.blamejared.clumps.gradle

object Versions {
const val MOD = "11.0.0"
const val MOD = "12.0.0"
const val JAVA = "17"
const val MINECRAFT = "1.20"
const val FORGE = "46.0.14"
const val MINECRAFT = "1.20.1"
const val FORGE = "47.0.4"
const val FABRIC_LOADER = "0.14.21"
const val FABRIC = "0.83.0+1.20"
const val FABRIC = "0.83.1+1.20.1"
}
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 @@ -22,7 +22,7 @@
},
"depends": {
"fabricloader": ">=0.14",
"minecraft": "1.20"
"minecraft": "1.20.1"
},
"custom": {},
"mixins": [
Expand Down
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ modId = "clumps"
version = "${file.jarVersion}"
displayName = "Clumps"
displayURL = "https://www.curseforge.com/minecraft/mc-mods/clumps"
updateJSONURL = "https://updates.blamejared.com/get?n=clumps&gv=1.20"
updateJSONURL = "https://updates.blamejared.com/get?n=clumps&gv=1.20.1"
credits = ""
authors = "Jaredlll08"
logoFile = "icon.png"
Expand Down

0 comments on commit efb3d10

Please sign in to comment.