Skip to content

Commit c061048

Browse files
committed
1.21.6/7 Support
- Updated dependencies
1 parent 73bdd5f commit c061048

9 files changed

Lines changed: 18 additions & 18 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
plugins {
8-
id 'fabric-loom' version '1.10-SNAPSHOT' apply false
8+
id 'fabric-loom' version '1.11-SNAPSHOT' apply false
99
id 'com.replaymod.preprocess'
1010
}
1111

@@ -14,12 +14,12 @@ preprocess {
1414
def mc1206 = createNode('1.20.6', 1_20_06, 'mojang')
1515
def mc1211 = createNode('1.21.1', 1_21_01, 'mojang')
1616
def mc1213 = createNode('1.21.3', 1_21_03, 'mojang')
17-
def mc1215 = createNode('1.21.5', 1_21_05, 'mojang')
17+
def mc1217 = createNode('1.21.7', 1_21_07, 'mojang')
1818

1919
mc1204.link(mc1206, null)
2020
mc1206.link(mc1211, null)
2121
mc1211.link(mc1213, null)
22-
mc1213.link(mc1215, null)
22+
mc1213.link(mc1217, null)
2323

2424
strictExtraMappings.set(false)
2525
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ mod_maven_group=top.nlrdev
1111
mod_name=Show My Skin Parts
1212
mod_homepage=https://github.com/NLR-DevTeam/ShowMySkinParts
1313
mod_sources=https://github.com/NLR-DevTeam/ShowMySkinParts
14-
mod_version=1.4.2
14+
mod_version=1.4.3
1515
mod_license=MIT
1616

1717
# Global Dependency
18-
fabric_loader_version=0.16.12
18+
fabric_loader_version=0.16.14

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ includeBuild('preprocessor')
2121

2222
def versions = [
2323
'1.20.4', '1.20.6',
24-
'1.21.1', '1.21.3', '1.21.5'
24+
'1.21.1', '1.21.3', '1.21.7'
2525
]
2626

2727
for (String version : versions) {

versions/1.21.5/gradle.properties

Lines changed: 0 additions & 9 deletions
This file was deleted.

versions/1.21.7/gradle.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Development Environment
2+
java_version=21
3+
minecraft_version=1.21.7
4+
minecraft_dependency=>=1.21.4 <=1.21.7
5+
yarn_mappings=1.21.7+build.7
6+
7+
# Compatible Libraries
8+
cloth_config_version=19.0.147
9+
modmenu_version=15.0.0-beta.3

versions/mainProject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21.5
1+
1.21.7

0 commit comments

Comments
 (0)