File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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:
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.
Original file line number Diff line number Diff line change 11plugins {
2- id " fabric-loom" version " 1.7 -SNAPSHOT"
2+ id " fabric-loom" version " 1.8 -SNAPSHOT"
33}
44
55base {
Original file line number Diff line number Diff line change 11org.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
99mod_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
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments