Quilt Kotlin Template Mod, but tweaked for my needs
Find a file Use this template
Fnige 3899b5dab0
Small update for the 1.20 stuff (#9)
* July 2nd catchup (Forgot to do a lot of quilt.mod.json stuff)
- Jesse@Fnige

* Update src/main/resources/quilt.mod.json

Co-authored-by: Eli Orona <eliorona@live.com>

---------

Co-authored-by: Eli Orona <eliorona@live.com>
2023-07-06 20:25:24 -07:00
gradle I am a fucking goddess 2023-06-16 22:50:41 +10:00
src/main Small update for the 1.20 stuff (#9) 2023-07-06 20:25:24 -07:00
.editorconfig Update editorconfig for kotlin gradle files and fix indentation in files 2023-01-09 07:53:08 +00:00
.gitattributes Initial Commit 2022-12-04 16:56:34 +00:00
.gitignore Initial Commit 2022-12-04 16:56:34 +00:00
build.gradle.kts Update editorconfig for kotlin gradle files and fix indentation in files 2023-01-09 07:53:08 +00:00
gradle.properties Fix various gradle buildscript issues (#4) 2023-01-09 07:46:27 +00:00
gradlew I am a fucking goddess 2023-06-16 22:50:41 +10:00
gradlew.bat Initial Commit 2022-12-04 16:56:34 +00:00
LICENSE_TEMPLATE.md Initial Commit 2022-12-04 16:56:34 +00:00
README.md Initial Commit 2022-12-04 16:56:34 +00:00
settings.gradle.kts Update editorconfig for kotlin gradle files and fix indentation in files 2023-01-09 07:53:08 +00:00

Quilt Kotlin Template Mod

The official Quilt Kotlin template Mod. You can use it as a template for your own kotlin mods!

Usage

In order to use this mod as a template:

  1. Create a new repository from this template with Use this template
  2. Clone the recently-created repo on your PC
  3. Make the necessary changes in order to make it yours:
    • Update gradle.properties in order to use your Maven group and mod ID
      • If you don't know which Maven group to use, and you are planning to host the mod's source code on GitHub, use io.github.<Your_Username_Here>
    • Update quilt.mod.json in order to reflect your mod's metadata
      • If you are planning to include (jar-in-jar) a mod, don't forget to declare its dependency on it!
      • The icon provided here is a placeholder one. If you aren't able to replace it yet, you can delete it and remove the "icon" property
    • Create a LICENSE file for this mod! If you don't know which license to use, check out here.
      • In quilt.mod.json, don't forget to put the license's SPDX identifier under the "license" property in "metadata".
      • The GPLv3 and AGPLv3 are not valid mod licenses, so you can use almost any license except for those.
    • Update the Java sub-directory structure so it reflects your Maven group
    • If the dependencies on gradle/libs.versions.toml isn't up-to-date, feel free to update them! The linked utility should help you in this easy and quick process.
  4. The mod is now ready to be worked on!

License

This template on the QuiltMC GitHub is licensed under the Creative Common Zero v1.0 license.

Mods created with this template are not automatically licensed under the CC0, and are not required to give any kind of credit back to QuiltMC for this template.