Skip to content

Commit 7544906

Browse files
committed
update from mod template, and update dependencies to mc1.21.11
c033da43090f16f996626f9f7eb174d9e3e2cf43
1 parent 0fba92c commit 7544906

File tree

10 files changed

+19
-23
lines changed

10 files changed

+19
-23
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'maven-publish'
33
id 'com.github.hierynomus.license' version '0.16.1' apply false
4-
id 'fabric-loom' version '1.13-SNAPSHOT' apply false
4+
id 'fabric-loom' version '1.14-SNAPSHOT' apply false
55

66
// https://github.com/ReplayMod/preprocessor
77
// https://github.com/Fallen-Breath/preprocessor

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Fabric Basic Properties
55
# https://fallen-breath.github.io/fabric-versions/
6-
loader_version=0.17.3
6+
loader_version=0.18.2
77

88
# Mod Properties
99
mod_id = tweakermore

gradle/wrapper/gradle-wrapper.jar

1.65 KB
Binary file not shown.

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-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions/1.21.1/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
game_versions = 1.21\n1.21.1
1717

1818
# Dependencies
19-
fabric_api_version = 0.116.6+1.21.1
19+
fabric_api_version = 0.116.7+1.21.1
2020

2121
# https://masa.dy.fi/maven/fi/dy/masa/malilib/
2222
# https://jitpack.io/#sakura-ryoko/malilib

versions/1.21.10/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
game_versions = 1.21.9\n1.21.10
1616

1717
# Dependencies
18-
fabric_api_version = 0.135.0+1.21.10
18+
fabric_api_version = 0.138.3+1.21.10
1919

2020
# https://masa.dy.fi/maven/fi/dy/masa/malilib/
2121
# https://jitpack.io/#sakura-ryoko/malilib

versions/1.21.11/gradle.properties

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
# Fabric Properties
2-
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.21.11-pre1
3-
minecraft_version=1.21.11-pre1
2+
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.21.11
3+
minecraft_version=1.21.11
44
# https://maven.parchmentmc.org/org/parchmentmc/data/
55
parchment_version=
66

77
# Fabric Mod Metadata
8-
minecraft_dependency = >=1.21.11- 1.21.x
8+
minecraft_dependency = >=1.21.11 <1.22
99
malilib_dependency = >=0.26.1
1010
minihud_conflict = <0.34.3
1111
tweakeroo_conflict = <0.23.1
1212

1313
# Build Information
1414
# The target mc versions for the mod during mod publishing, separated with \n
15-
game_versions = 1.21.11-pre1
15+
game_versions = 1.21.11
1616

1717
# Dependencies
18-
fabric_api_version = 0.139.1+1.21.11
18+
fabric_api_version = 0.139.4+1.21.11
1919

2020
# https://masa.dy.fi/maven/fi/dy/masa/malilib/
2121
# https://jitpack.io/#sakura-ryoko/malilib
2222
# https://github.com/sakura-ryoko/malilib/releases
23-
malilib_version = a57956f6de
23+
malilib_version = 1.21.11-0.27.0
2424

2525
# https://jitpack.io/#sakura-ryoko/tweakeroo
2626
# https://github.com/sakura-ryoko/tweakeroo/releases
27-
tweakeroo_file_id = afdb5f6d34
27+
tweakeroo_file_id = 1.21.11-0.27.0
2828

2929
# https://jitpack.io/#sakura-ryoko/itemscroller
3030
# https://github.com/sakura-ryoko/itemscroller/releases
31-
itemscroller_file_id = 7b762b1688
31+
itemscroller_file_id = 1.21.11-0.30.0
3232

3333
# https://jitpack.io/#sakura-ryoko/litematica
3434
# https://github.com/sakura-ryoko/litematica/releases
35-
litematica_file_id = 1.21.10-0.24.2-sakura.2
35+
litematica_file_id = 1.21.11-0.25.0
3636

3737
# https://jitpack.io/#sakura-ryoko/minihud
3838
# https://github.com/sakura-ryoko/minihud/releases
39-
minihud_file_id = 114c7549fb
39+
minihud_file_id = 1.21.11-0.38.0
4040

4141
# https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu/
42-
mod_menu_version = 16.0.0-rc.1
42+
mod_menu_version = 17.0.0-alpha.1
4343

versions/1.21.8/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
game_versions = 1.21.6\n1.21.7\n1.21.8
1616

1717
# Dependencies
18-
fabric_api_version = 0.133.4+1.21.8
18+
fabric_api_version = 0.136.1+1.21.8
1919

2020
# https://masa.dy.fi/maven/fi/dy/masa/malilib/
2121
# https://jitpack.io/#sakura-ryoko/malilib

0 commit comments

Comments
 (0)