From dc7454d548dea07c5f11a379d7cc669ce483705d Mon Sep 17 00:00:00 2001 From: nea Date: Sun, 28 Aug 2022 11:49:30 +0200 Subject: Add 1.12 info --- .gitignore | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 606e5b1..69fa48a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ .vscode/ run/ build/ +.gradle/ + diff --git a/README.md b/README.md index 7a54bc7..a99840b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Architectury Loom based template for 1.8.9 forge mods +**For a 1.12.2 template, checkout [`1.12`](https://github.com/romangraef/Forge1.8.9Template/tree/1.12/)** + To get started, clone this repository and replace all references to `examplemod` or `com.example` with your own names. If you don't want mixins (which allow for modifying vanilla code), then you can remove the references to mixins from -- cgit