From 42f98857e290a51896c03973944c3ccb654f5ec7 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sat, 13 Jul 2024 04:47:34 +0200 Subject: Fix mixins link --- docs/tweakers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tweakers.md b/docs/tweakers.md index f57f331..8b13ed6 100644 --- a/docs/tweakers.md +++ b/docs/tweakers.md @@ -10,7 +10,7 @@ Note that I will talk about Tweakers for the most part here. `IFMLLoadingPlugin` ## Getting Started -You probably have used a tweaker already. [Mixins](./mixins/) are loaded using a tweaker as well. You might not have realized since it is included in a bunch of templates already, but the tweaker system is exactly what allows mixin to modify all kinds of classes on your behalf. +You probably have used a tweaker already. [Mixins](./mixins/index.md) are loaded using a tweaker as well. You might not have realized since it is included in a bunch of templates already, but the tweaker system is exactly what allows mixin to modify all kinds of classes on your behalf. Running [multiple tweakers](#delegating-tweakers) is usually a bit difficult, but while we are in a development environment we can just keep adding more `--tweakClass ` arguments. Those can be set in your loom settings in the `build.gradle.kts` file: -- cgit