Skip to content

Commit 42ac71a

Browse files
committedNov 1, 2024··
Update build, gradle, loom, outlet
1 parent 7c46b23 commit 42ac71a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed
 

‎build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
buildscript {
22
dependencies {
3-
classpath 'com.github.dexman545:Outlet:1.3.10'
3+
classpath 'com.github.dexman545:Outlet:1.6.1'
44
}
55
}
66
plugins {
77
id 'java-library'
8-
id 'fabric-loom' version '1.6-SNAPSHOT'
8+
id 'fabric-loom' version '1.7-SNAPSHOT'
99
id 'maven-publish'
1010
id 'com.modrinth.minotaur' version '2.+'
1111
id 'org.ajoberstar.reckon' version '0.13.1'
1212
}
13-
apply plugin: 'dex.plugins.outlet'
13+
apply plugin: 'io.github.dexman545.outlet'
1414

1515
java {
1616
toolchain {

‎gradle.properties

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ org.gradle.daemon=false
33

44
# Fabric Properties
55
# check these on https://fabricmc.net/develop
6-
minecraft_version=1.21-rc1
7-
yarn_mappings=1.21-pre2+build.1
8-
loader_version=0.15.11
9-
fabric_version=0.99.4+1.21
6+
minecraft_version=1.21.1
7+
yarn_mappings=1.21.1+build.3
8+
loader_version=0.16.4
9+
fabric_version=0.102.0+1.21.1
1010

1111
# Mod Properties
1212
group=com.presencefootsteps
@@ -16,12 +16,12 @@ org.gradle.daemon=false
1616
url=http://presencefootsteps.ha3.eu
1717

1818
# Publishing
19-
minecraft_version_range=>=1.21-pre2
19+
minecraft_version_range=>=1.21
2020
modrinth_loader_type=fabric
2121
modrinth_project_id=rcTfTZr3
2222

2323
# Dependencies
2424
modmenu_version=11.0.0-beta.1
2525
minelp_version=4.12.0+1.21
26-
kirin_version=1.19.0+1.21
26+
kirin_version=1.19.2+1.21
2727
pehkui_version=3.7.2
+1-1
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-8.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)
Please sign in to comment.