Skip to content

Commit

Permalink
port to 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlll08 committed Jul 28, 2022
1 parent f328b12 commit eeb101b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ mixin {
}

minecraft {
mappings("official", "1.19")
mappings("official", "1.19.1")

runs {
create("client") {
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ group=com.blamejared.clumps
modJavaVersion=17

# Common
minecraftVersion=1.19
minecraftVersion=1.19.1

# Forge
forgeVersion=41.0.1
forgeVersion=42.0.0

# Fabric
fabricVersion=0.57.0+1.19
fabricLoaderVersion=0.14.6
fabricVersion=0.58.5+1.19.1
fabricLoaderVersion=0.14.8

# Mod options
modName=Clumps
Expand Down

0 comments on commit eeb101b

Please sign in to comment.