aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author zaaarf <me@zaaarf.foo>2024-08-30 14:26:25 +0200
committer GitHub <noreply@github.com>2024-08-30 14:26:25 +0200
commit96c8be4530d111ac9d8f40b29adcaa32f1f6a119 (patch)
tree6e127c1a515a5aaaf43a587bd19db950026660e4
parent35e958455c2673a13192500772e598cef7950836 (diff)
docs: broken linkHEADdev
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f192cae..e017bce 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Finally, know that you can spare yourself some trouble, by using this [annotatio
* In "raw" environments, you want to be using Notch (fully obfuscated) names whenever you are told to reference a class or method by name, since those are the ones that exist at runtime.
- Use deobfuscated names if you are running from ForgeGradle's or loom's runClient task.
- If you are using our loader (see below), use intermediary (unreadable but unique) names in every place you are told to use a name - ModLauncher will do the rest.
- - If you are loading this through (Fabric-ASM)[https://github.com/Chocohead/Fabric-ASM], use intermediary representation.
+ - If you are loading this through [Fabric-ASM](https://github.com/Chocohead/Fabric-ASM), use intermediary representation.
* Use our [loader](https://github.com/zaaarf/lillero-loader/) that hooks into Forge's ModLauncher if you're writing a modern Forge mod.
* Make sure to dunk on all the naysayers who tried to force you to use Mixin!