Skip to content

Commit

Permalink
port to 1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlll08 committed Dec 9, 2022
1 parent 039930e commit c4b054a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Fabric/build.gradle.kts
Expand Up @@ -4,7 +4,7 @@ import net.darkhax.curseforgegradle.Constants as CFG_Contants

plugins {
`maven-publish`
id("fabric-loom") version "0.12-SNAPSHOT"
id("fabric-loom") version "1.0-SNAPSHOT"
id("com.blamejared.modtemplate")
id("net.darkhax.curseforgegradle") version ("1.0.8")
}
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Expand Up @@ -3,14 +3,14 @@ group=com.blamejared.clumps
modJavaVersion=17

# Common
minecraftVersion=1.19.2
minecraftVersion=1.19.3

# Forge
forgeVersion=43.1.2
forgeVersion=44.0.4

# Fabric
fabricVersion=0.60.0+1.19.2
fabricLoaderVersion=0.14.9
fabricVersion=0.68.1+1.19.3
fabricLoaderVersion=0.14.11

# Mod options
modName=Clumps
Expand Down

0 comments on commit c4b054a

Please sign in to comment.