Skip to content

Commit a0a8891

Browse files
authored
Merge pull request #19 from TimLee9024/1.19-Forge-2.0
Update build info
2 parents 434656b + 8369faa commit a0a8891

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ dependencies {
129129
// Specify the version of Minecraft to use. If this is any group other than 'net.minecraft', it is assumed
130130
// that the dep is a ForgeGradle 'patcher' dependency, and its patches will be applied.
131131
// The userdev artifact is a special name and will get all sorts of transformations applied to it.
132-
minecraft 'net.minecraftforge:forge:1.19.2-43.1.52'
132+
minecraft 'net.minecraftforge:forge:1.19.2-43.2.1'
133133

134134
// Real mod deobf dependency examples - these get remapped to your current mappings
135135
// compileOnly fg.deobf("mezz.jei:jei-${mc_version}:${jei_version}:api") // Adds JEI API as a compile dependency
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)