|
572 | 572 | "instance.settings.tabs.hooks.description": { |
573 | 573 | "message": "Hooks allow advanced users to run certain system commands before and after launching the game." |
574 | 574 | }, |
575 | | - "instance.settings.tabs.hooks.variables.description": { |
576 | | - "message": "Hooks run in the working directory of the instance, with the following variables:" |
577 | | - }, |
578 | | - "instance.settings.tabs.hooks.variables.inst-dir.description": { |
579 | | - "message": "$INST_DIR: The absolute path to the instance's folder" |
580 | | - }, |
581 | | - "instance.settings.tabs.hooks.variables.inst-id.description": { |
582 | | - "message": "$INST_ID: The name of the instance's folder" |
583 | | - }, |
584 | | - "instance.settings.tabs.hooks.variables.inst-java-args.description": { |
585 | | - "message": "$INST_JAVA_ARGS: The JVM Arguments provided to the game" |
586 | | - }, |
587 | | - "instance.settings.tabs.hooks.variables.inst-java.description": { |
588 | | - "message": "$INST_JAVA: The absolute path to the java binary" |
589 | | - }, |
590 | | - "instance.settings.tabs.hooks.variables.inst-mc-dir.description": { |
591 | | - "message": "$INST_MC_DIR: An alias for $INST_DIR" |
592 | | - }, |
593 | | - "instance.settings.tabs.hooks.variables.inst-name.description": { |
594 | | - "message": "$INST_NAME: The name of the instance" |
595 | | - }, |
596 | 575 | "instance.settings.tabs.hooks.post-exit": { |
597 | 576 | "message": "Post-exit" |
598 | 577 | }, |
|
614 | 593 | "instance.settings.tabs.hooks.title": { |
615 | 594 | "message": "Game launch hooks" |
616 | 595 | }, |
| 596 | + "instance.settings.tabs.hooks.variables.description": { |
| 597 | + "message": "Hooks run in the working directory of the instance, with the following variables:" |
| 598 | + }, |
| 599 | + "instance.settings.tabs.hooks.variables.inst-dir.description": { |
| 600 | + "message": "$INST_DIR: The absolute path to the instance's folder" |
| 601 | + }, |
| 602 | + "instance.settings.tabs.hooks.variables.inst-id.description": { |
| 603 | + "message": "$INST_ID: The name of the instance's folder" |
| 604 | + }, |
| 605 | + "instance.settings.tabs.hooks.variables.inst-java-args.description": { |
| 606 | + "message": "$INST_JAVA_ARGS: The JVM Arguments provided to the game" |
| 607 | + }, |
| 608 | + "instance.settings.tabs.hooks.variables.inst-java.description": { |
| 609 | + "message": "$INST_JAVA: The absolute path to the java binary" |
| 610 | + }, |
| 611 | + "instance.settings.tabs.hooks.variables.inst-mc-dir.description": { |
| 612 | + "message": "$INST_MC_DIR: An alias for $INST_DIR" |
| 613 | + }, |
| 614 | + "instance.settings.tabs.hooks.variables.inst-name.description": { |
| 615 | + "message": "$INST_NAME: The name of the instance" |
| 616 | + }, |
617 | 617 | "instance.settings.tabs.hooks.wrapper": { |
618 | 618 | "message": "Wrapper" |
619 | 619 | }, |
|
0 commit comments