aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-07-13 04:47:34 +0200
committerLinnea Gräf <nea@nea.moe>2024-07-13 04:47:34 +0200
commit42f98857e290a51896c03973944c3ccb654f5ec7 (patch)
treeb9f7f376b0a17c08a801dcec0f61cf1f98f523b7
parenta3562fcca6a30f7da3230af82a87bdd52be191b6 (diff)
downloadmoddevwiki-42f98857e290a51896c03973944c3ccb654f5ec7.tar.gz
moddevwiki-42f98857e290a51896c03973944c3ccb654f5ec7.tar.bz2
moddevwiki-42f98857e290a51896c03973944c3ccb654f5ec7.zip
Fix mixins link
-rw-r--r--docs/tweakers.md2
1 files changed, 1 insertions, 1 deletions
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 <className>` arguments. Those can be set in your loom settings in the `build.gradle.kts` file: