Skip to content

Commit 91eafbc

Browse files
update Forge to 44.1.0
1 parent 2572170 commit 91eafbc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ bin
66
.classpath
77
.project
88

9+
# vscode
10+
.vscode
11+
912
# idea
1013
out
1114
*.ipr

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ dependencies {
137137
// Specify the version of Minecraft to use. If this is any group other than 'net.minecraft', it is assumed
138138
// that the dep is a ForgeGradle 'patcher' dependency, and its patches will be applied.
139139
// The userdev artifact is a special name and will get all sorts of transformations applied to it.
140-
minecraft 'net.minecraftforge:forge:1.19.3-44.0.41'
140+
minecraft 'net.minecraftforge:forge:1.19.3-44.1.0'
141141

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

0 commit comments

Comments
 (0)