Skip to content

The Interactivity Update!

Compare
Choose a tag to compare
@Bertie2011 Bertie2011 released this 11 Mar 16:28
· 15 commits to main since this release
  • If no other strategies match (e.g. listing all rules or showing rule info), then the checker assumes you want to check a data pack.
  • If any arguments are missing, it will prompt you to choose a valid option.
    • Added -b/--base-path option to specify the minecraft folder. Ignored if -d/--data-pack specifies an absolute path or starts with .
    • Added -w/--world option to specify the world inside the minecraft folder. Also ignored if -d/--data-pack specifies an absolute path or starts with .
    • This means that you can now run the executable simply by double clicking and it will either use sensible defaults or prompt you. Calling from the command line won't be strictly necessary anymore.
  • Removed -o/--keep-open in favor of -t/--life-time.
    • Indicates what happens after finishing. Once = exit, Await = wait for keyboard input, Repeat = wait for keyboard input and repeat. Unless performing a check, repeat equals await. The default is (still) Once.
    • The old -o switch caused the new Await behaviour.