Skip to content

Commit 99a0cfb

Browse files
committed
progress on 1.21.5 update
1 parent 067a3de commit 99a0cfb

39 files changed

Lines changed: 662 additions & 435 deletions

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version "1.7-SNAPSHOT"
2+
id 'fabric-loom' version "1.10-SNAPSHOT"
33
id 'io.github.ladysnake.chenille' version '0.14.0'
44
}
55

gradle.properties

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx2G
33

44
# Fabric Properties
55
# check these on https://fabricmc.net/develop
6-
minecraft_version=1.21.2
7-
yarn_mappings=1.21.2+build.1
8-
loader_version=0.16.10
6+
minecraft_version=1.21.5
7+
yarn_mappings=1.21.5+build.1
8+
loader_version=0.16.13
99
#Fabric api
10-
fabric_version=0.106.1+1.21.2
10+
fabric_version=0.121.0+1.21.5
1111

1212
# Mod Properties
13-
mod_version = 3.0.0-alpha.1
13+
mod_version = 3.0.0-alpha.2
1414
owners = Ladysnake
1515
maven_group = org.ladysnake
1616
archives_base_name = satin
@@ -19,16 +19,16 @@ archives_base_name = satin
1919
findbugs_version = 3.0.2
2020
jb_annotations_version = 18.0.0
2121
apiguardian_version = 1.0.0
22-
modmenu_version = 12.0.0
23-
iris_version = 1.8.0+1.21.3
22+
modmenu_version = 14.0.0-rc.2
23+
iris_version = 1.8.10+1.21.5
2424

2525
#Publishing
2626
display_name = Satin
2727
license_header = LGPL
2828
gpl_version = 3
2929
curseforge_id = 385463
30-
curseforge_versions = 1.21.2; 1.21.3
31-
modrinth_versions = 1.21.2; 1.21.3
30+
curseforge_versions = 1.21.5
31+
modrinth_versions = 1.21.5
3232
cf_requirements = fabric-api
3333
modrinth_id = fRbqPLg4
3434
release_type = alpha

gradle/wrapper/gradle-wrapper.jar

-15.3 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)