Skip to content

Commit

Permalink
update Forge to 44.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasPlacentino committed Jan 4, 2023
1 parent 2572170 commit 91eafbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ bin
.classpath
.project

# vscode
.vscode

# idea
out
*.ipr
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ dependencies {
// Specify the version of Minecraft to use. If this is any group other than 'net.minecraft', it is assumed
// that the dep is a ForgeGradle 'patcher' dependency, and its patches will be applied.
// The userdev artifact is a special name and will get all sorts of transformations applied to it.
minecraft 'net.minecraftforge:forge:1.19.3-44.0.41'
minecraft 'net.minecraftforge:forge:1.19.3-44.1.0'

// Real mod deobf dependency examples - these get remapped to your current mappings
// implementation fg.deobf("com.tterrag.registrate:Registrate:MC${mc_version}-${registrate_version}") // Adds registrate as a dependency
Expand Down

0 comments on commit 91eafbc

Please sign in to comment.