File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
.classpath
7
7
.project
8
8
9
+ # vscode
10
+ .vscode
11
+
9
12
# idea
10
13
out
11
14
* .ipr
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ dependencies {
137
137
// Specify the version of Minecraft to use. If this is any group other than 'net.minecraft', it is assumed
138
138
// that the dep is a ForgeGradle 'patcher' dependency, and its patches will be applied.
139
139
// 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 '
141
141
142
142
// Real mod deobf dependency examples - these get remapped to your current mappings
143
143
// implementation fg.deobf("com.tterrag.registrate:Registrate:MC${mc_version}-${registrate_version}") // Adds registrate as a dependency
You can’t perform that action at this time.
0 commit comments