Skip to content

Commit

Permalink
Port to 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlll08 committed Sep 23, 2023
1 parent ebb4648 commit b953f4c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 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 = "12.0.0"
const val MOD = "13.0.0"
const val JAVA = "17"
const val MINECRAFT = "1.20.1"
const val FORGE = "47.0.4"
const val FABRIC_LOADER = "0.14.21"
const val FABRIC = "0.83.1+1.20.1"
const val MINECRAFT = "1.20.2"
const val FORGE = "48.0.1"
const val FABRIC_LOADER = "0.14.22"
const val FABRIC = "0.89.2+1.20.2"
}
1 change: 1 addition & 0 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import com.blamejared.clumps.gradle.Versions

plugins {
java
id("org.spongepowered.gradle.vanilla") version "0.2.1-SNAPSHOT"
id("com.blamejared.clumps.default")
}
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 @@ -22,7 +22,7 @@
},
"depends": {
"fabricloader": ">=0.14",
"minecraft": "1.20.1"
"minecraft": "1.20.2"
},
"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.1"
updateJSONURL = "https://updates.blamejared.com/get?n=clumps&gv=1.20.2"
credits = ""
authors = "Jaredlll08"
logoFile = "icon.png"
Expand Down

0 comments on commit b953f4c

Please sign in to comment.