diff options
author | zaaarf <zaaarf@proton.me> | 2023-02-27 10:45:21 +0100 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-02-27 10:45:21 +0100 |
commit | 823ce8307a85f8ff5541af1ed44eca86999f8454 (patch) | |
tree | 12e2640dbebfc5b0f9d9da18806d799692e5e2f1 | |
parent | cfeb9405615918622d310acfdfee12a7b03f4b67 (diff) |
doc: small readme fix
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ import ftbsc.lll.processor.annotations.*; @Patch(value = Minecraft.class, reason = "crash the game as soon as it loads") public class SamplePatch implements Opcodes { @Target - public void tick() {}; + public void tick() {}; //stub representing the target method, its modifiers are irrelevant @Injector public static void yourCustomInjector(ClassNode clazz, MethodNode main) { InsnList insnList = new InsnList(); |