Skip to content

Commit d6d5b1c

Browse files
Big-Iron-CheemsMineGame159
authored andcommitted
1.21.10 update
Compatible with 1.21.9
1 parent 61057bd commit d6d5b1c

File tree

7 files changed

+9
-13
lines changed

7 files changed

+9
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Here is a brief explanation of the ones you might need to modify:
115115
- `build.gradle.kts`: Contains the Gradle build script.
116116
You can manage the dependencies of the addon here.
117117
Remember to keep the `fabric-loom` version up-to-date.
118-
- `gradle.properties.kts`: Contains the properties of the Gradle build.
118+
- `gradle.properties`: Contains the properties of the Gradle build.
119119
These will be used by the build script.
120120
- `LICENSE`: Contains the license of the addon.
121121
You can edit this file to change the license of your addon.

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
org.gradle.jvmargs=-Xmx2G
2-
org.gradle.configuration-cache=true
2+
org.gradle.configuration-cache=false
33

44
# Fabric Properties (https://fabricmc.net/develop)
5-
minecraft_version=1.21.8
6-
yarn_mappings=1.21.8+build.1
7-
loader_version=0.16.14
5+
minecraft_version=1.21.10
6+
yarn_mappings=1.21.10+build.2
7+
loader_version=0.17.3
88

99
# Mod Properties
1010
mod_version=0.1.0

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-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-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.

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"depends": {
2727
"java": ">=21",
28-
"minecraft": ["${mc_version}", "1.21.7", "1.21.6"],
28+
"minecraft": ["${mc_version}", "1.21.9"],
2929
"meteor-client": "*"
3030
}
3131
}

0 commit comments

Comments
 (0)