Skip to content

Commit afd7943

Browse files
authored
Update README.md
1 parent 1987a70 commit afd7943

File tree

1 file changed

+1
-46
lines changed

1 file changed

+1
-46
lines changed

README.md

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1 @@
1-
Architectury Loom based template for 1.8.9 kotlin forge mods
2-
3-
**For other templates, do check out the [other branches of this repository](https://github.com/romangraef/Forge1.8.9Template/branches/all)**
4-
5-
## Usage
6-
7-
Check out https://moddev.nea.moe/ for a full tutorial on legacy modding.
8-
9-
Alternatively, read here for a basic overview on how to use this repository.
10-
11-
To get started, [Use this template](https://github.com/new?template_name=Forge1.8.9Template&template_owner=nea89o).
12-
13-
> [!WARNING]
14-
> 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
15-
16-
Please note that Mixins should be kept in their own package, and should exclusively be written in Java, since older versions
17-
of Mixin don't play well with Kotlin.
18-
19-
This project uses [DevAuth](https://github.com/DJtheRedstoner/DevAuth) per default, so you can log in using your real
20-
minecraft account. If you don't need that, you can remove it from the buildscript.
21-
22-
To run the mod you will need two JDKs, one Java 17 jdk and one Java 1.8 jdk. You can download those
23-
from [here](https://adoptium.net/temurin/releases) (or use your own downloads).
24-
25-
When you import your project into IntelliJ, you need to set the gradle jvm to the Java 17 JDK in the gradle tab, and the
26-
Project SDK to the Java 1.8 JDK. Then click on the sync button in IntelliJ, and it should create a run task
27-
called `Minecraft Client`. If it doesn't then try relaunching your IntelliJ. **Warning for Mac users**: You might have to remove the `-XStartOnFirstThread` vm argument from your run configuration. In the future, that should be handled by the plugin, but for now you'll probably have to do that manually.
28-
29-
To export your project, run the `gradle build` task, and give other people the
30-
file `build/libs/<modid>-<version>.jar`. Ignore the jars in the `build/badjars` folder. Those are intermediary jars that
31-
are used by the build system but *do not work* in a normal forge installation.
32-
33-
If you don't want mixins (which allow for modifying vanilla code), then you can remove the references to mixins from
34-
the `build.gradle.kts` at the lines specified with comments and the `com.example.mixin` package.
35-
36-
If you don't want access transformers (which allow for making methods public/non-final) you can delete the
37-
`accesstransformer.cfg` file. If you make a change to the `accesstransformers.cfg` you might need to rebuild your
38-
project using `./gradlew build --refresh-dependencies`.
39-
40-
### For those who have not an attention span
41-
42-
[![Youtube Tutorial](https://i.ytimg.com/vi/nWzHlomdCgc/maxresdefault.jpg)](https://www.youtube.com/watch?v=nWzHlomdCgc)
43-
44-
## Licensing
45-
46-
This template is licensed under the Unlicense (license copy present in this repository), or alternatively under [Creative Commons 1.0 Universal (CC0 1.0)](https://creativecommons.org/publicdomain/zero/1.0/), and all contributions and PR to this template are expected to follow this. This means your mod, based on this template can be licensed whatever way you want, and does not need to reference back to this template in any way.
1+
Raw input no way thats crazy

0 commit comments

Comments
 (0)