INJ Docs

Update Log

A comprehensive overview of the updates and improvements made to INJ over time.

v1.0.3-pre

  • Repair severe bugs with Minecraft conditions in if statements.
  • Change INJ.run() to $() for easier use.
  • Add as @s to execute if jump so that it can inherit the commander.
  • Now change ".mcfunction" extension to ".inj" for INJ files.

v1.0.2-pre

  • Adds import syntax for importing other JavaScript libraries.
  • Create a script "install.js" to quickly initialize INJ.

v1.0.1-pre

  • Repairs some bugs with CLI's watch mode.
  • Improved error messages for better readability by removing stack info.
  • Enhanced command line messages with different colors for better visibility.

v1.0.0-pre

The first usable version of INJ. Supports Minecraft conditions in if statements and other JavaScript code.

On this page