diff options
author | nea <romangraef@gmail.com> | 2022-10-06 20:40:09 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-08-08 12:50:21 +0200 |
commit | 80ef02479b4119a5a4b5e99bf05bd948170bd5b3 (patch) | |
tree | 0caa3553615f4f0570297d90b0e7c25a41819faf /README.md | |
parent | c1dabe37d8b43d90a682edde797df9b278ec4a47 (diff) | |
download | forge1.8.9template-80ef02479b4119a5a4b5e99bf05bd948170bd5b3.tar.gz forge1.8.9template-80ef02479b4119a5a4b5e99bf05bd948170bd5b3.tar.bz2 forge1.8.9template-80ef02479b4119a5a4b5e99bf05bd948170bd5b3.zip |
Add kotlin to templatekotlin
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# Architectury Loom based template for 1.8.9 forge mods + Architectury Loom based template for 1.8.9 kotlin forge mods **For other templates, do check out the [other branches of this repository](https://github.com/romangraef/Forge1.8.9Template/branches/all)** @@ -13,6 +13,9 @@ To get started, [Use this template](https://github.com/new?template_name=Forge1. > [!WARNING] > Do not Fork or Clone or Download ZIP this template. If you "use" this template a custom mod id will be generated. You can do that manually using the `make-my-own` script, if you are on linux. If not, just click the use this template button. If you want to use kotlin or make a 1.12 mod check the "Include all branches" and change the default branch in https://github.com/yourname/yourreponame/branches +Please note that Mixins should be kept in their own package, and should exclusively be written in Java, since older versions +of Mixin don't play well with Kotlin. + This project uses [DevAuth](https://github.com/DJtheRedstoner/DevAuth) per default, so you can log in using your real minecraft account. If you don't need that, you can remove it from the buildscript. |