mirror of
https://github.com/zaaarf/lillero.git
synced 2024-11-12 18:49:23 +01:00
docs: broken link
This commit is contained in:
parent
35e958455c
commit
96c8be4530
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||
|
||||
|
|
Loading…
Reference in a new issue