File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -79,3 +79,7 @@ Here is a brief explanation of the ones you might need to modify:
79
79
You can edit this file to change the license of your addon.
80
80
- ` README.md ` : Contains the documentation of the addon.
81
81
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.
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " fabric-loom" version " 1.7 -SNAPSHOT"
2
+ id " fabric-loom" version " 1.8 -SNAPSHOT"
3
3
}
4
4
5
5
base {
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx2G
2
2
3
3
# 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
7
7
8
8
# Mod Properties
9
9
mod_version =0.1.0
@@ -13,4 +13,4 @@ archives_base_name=addon-template
13
13
# Dependencies
14
14
15
15
# Meteor (https://maven.meteordev.org)
16
- meteor_version =0.5.8 -SNAPSHOT
16
+ meteor_version =0.5.9 -SNAPSHOT
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments