Skip to content

Commit b38fdae

Browse files
Big-Iron-CheemsMineGame159
authored andcommitted
1.21.3 update
1.21.3 is backwards compatible with 1.21.2
1 parent 49cdbd8 commit b38fdae

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,7 @@ Here is a brief explanation of the ones you might need to modify:
7979
You can edit this file to change the license of your addon.
8080
- `README.md`: Contains the documentation of the addon.
8181
You can edit this file to reflect the documentation of your addon, and showcase its features.
82+
83+
## License
84+
85+
This template is available under the CC0 license. Feel free to use it for your own projects.

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.8-SNAPSHOT"
33
}
44

55
base {

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
org.gradle.jvmargs=-Xmx2G
22

33
# Fabric Properties (https://fabricmc.net/develop)
4-
minecraft_version=1.21.1
5-
yarn_mappings=1.21.1+build.3
6-
loader_version=0.16.5
4+
minecraft_version=1.21.3
5+
yarn_mappings=1.21.3+build.2
6+
loader_version=0.16.9
77

88
# Mod Properties
99
mod_version=0.1.0
@@ -13,4 +13,4 @@ archives_base_name=addon-template
1313
# Dependencies
1414

1515
# Meteor (https://maven.meteordev.org)
16-
meteor_version=0.5.8-SNAPSHOT
16+
meteor_version=0.5.9-SNAPSHOT

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

0 commit comments

Comments
 (0)