From 9566edffda627aa530d4dded84b6236e881ed0bc Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 29 Feb 2024 21:16:16 +0100 Subject: Add Eigenwerbung --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index de9e3bd..3f299e2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ **For other templates, do check out the [other branches of this repository](https://github.com/romangraef/Forge1.8.9Template/branches/all)** +## Usage + +Check out https://moddev.nea.moe/ for a full tutorial on legacy modding. + +Alternatively, read here for a basic overview on how to use this repository. + To get started, clone this repository. In `build.gradle.kts`, replace the values of `baseGroup` and `group` with your own names. In `settings.gradle.kts` change `rootProject.name` to your desired mod id. -- cgit