Skip to content

Commit

Permalink
Update Gradle stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyhedral committed Jul 6, 2024
1 parent 0495e2b commit 388c72e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '5.0.+', changing: true
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '5.1.+', changing: true
classpath "gradle.plugin.com.matthewprenger:CurseGradle:1.4.0"
classpath "org.ajoberstar.grgit:grgit-gradle:4.1.0"
classpath 'org.parchmentmc:librarian:1.+'
Expand Down Expand Up @@ -71,6 +71,10 @@ repositories {
maven { // Patchouli
url 'https://maven.blamejared.com'
}
maven {
url "https://modmaven.k-4u.nl"
content { includeGroup "mezz.jei" }
}
}

minecraft {
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mod_id=catherder
org.gradle.jvmargs=-Xmx4G
org.gradle.daemon=false

forge_version=1.16.5-36.2.34
forge_version=1.16.5-36.2.0
mcp_channel=official
mcp_mappings=1.16.5
parchment_version=2022.03.06-1.16.5
Expand All @@ -15,20 +15,20 @@ jupiter_version=5.8.1
mc_version=1.16.5
target_mc_version=1.16.5
base_mc_version=1.16
additional_mc_versions=1.16
additional_mc_versions=1.16.4,1.16.3

fml_version_range=[36,)
forge_version_range=[36.2.34,)
minecraft_version_range=[1.16, 1.17)
fml_version_range=[34,)
forge_version_range=[34.0.0,)
minecraft_version_range=[1.16.2, 1.17)

curseforge_project_id=580311
curseforge_release_type=alpha
curseforge_release_type=release

modrinth_project_id=nwS25u6U
modrinth_release_type=release

# JEI
jei_version=7.8.0.1011
jei_version=7.7.1.118
jei_project_id=238222
jei_file_id=5065656

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 388c72e

Please sign in to comment.