File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
dependencies {
3
- classpath ' com.github.dexman545:Outlet:1.3.10 '
3
+ classpath ' com.github.dexman545:Outlet:1.6.1 '
4
4
}
5
5
}
6
6
plugins {
7
7
id ' java-library'
8
- id ' fabric-loom' version ' 1.6 -SNAPSHOT'
8
+ id ' fabric-loom' version ' 1.7 -SNAPSHOT'
9
9
id ' maven-publish'
10
10
id ' com.modrinth.minotaur' version ' 2.+'
11
11
id ' org.ajoberstar.reckon' version ' 0.13.1'
12
12
}
13
- apply plugin : ' dex.plugins .outlet'
13
+ apply plugin : ' io.github.dexman545 .outlet'
14
14
15
15
java {
16
16
toolchain {
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ org.gradle.daemon=false
3
3
4
4
# Fabric Properties
5
5
# 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
10
10
11
11
# Mod Properties
12
12
group =com.presencefootsteps
@@ -16,12 +16,12 @@ org.gradle.daemon=false
16
16
url =http://presencefootsteps.ha3.eu
17
17
18
18
# Publishing
19
- minecraft_version_range =>=1.21-pre2
19
+ minecraft_version_range =>=1.21
20
20
modrinth_loader_type =fabric
21
21
modrinth_project_id =rcTfTZr3
22
22
23
23
# Dependencies
24
24
modmenu_version =11.0.0-beta.1
25
25
minelp_version =4.12.0+1.21
26
- kirin_version =1.19.0 +1.21
26
+ kirin_version =1.19.2 +1.21
27
27
pehkui_version =3.7.2
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments