From ec1b69b9fff4c86d9c9b10aa267c7a1309fc0431 Mon Sep 17 00:00:00 2001 From: anonymous123-code <61744596+anonymous123-code@users.noreply.github.com> Date: Tue, 29 Nov 2022 21:18:45 +0100 Subject: [PATCH] Better README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0f66cd..ddcbaaa 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ My personalized Quilt template Mod. You can use it as a template for your own mo ## Differences from the Official Mod - Added a build github action -- Added gametest support (See ##Usage###Gametest Support) +- Added gametest support (See [Gametest Support](#Gametest Support)) ## Usage In order to use this mod as a template: @@ -27,7 +27,7 @@ In order to use this mod as a template: ### Gametest Support 1. Update `quilt.mod.json` in `src/gametest/resources` and the rest of the naming in order to reflect your testmod's metadata -> [WARNING] +> :warning: **WARNING** > > make sure to change the dependency on `example_mod` to your modid and to not reuse the modid of your main project, e.g. suffix your project's modid with `_test` >