Skip to content

JavaScript@v2.18.0

Latest

Choose a tag to compare

@leoweyr leoweyr released this 21 Feb 07:27
· 7 commits to develop since this release

Bug Fixes

  • Block: correct overloads in setBlock methods (7c55b8c)
  • fix a typo (144cc37)
  • GameAPI: remove title type declarative enumeration (f0736a5)
  • GuiAPI: text has no declared type (31075b7)
  • javascript: correct engine Null type to undefined (e1935c3)
  • javascript: correct non-engine-defined enum to const enum (de696b8)
  • javascript: remove redundant DamageCause enum (e1ec8c3)
  • NBTCompound: correct return type of getTag method (845bf9d)
  • Player: correct callback parameter types in sendForm methods (1d5c751)
  • typescript compilation error in EntityEvents (4ea4bc1)

Features

  • GameAPI: Add title type enumeration (b1222a3)
  • GuiAPI: adapt form API changes in Legacy Script Engine 0.11.0 (bbcbed2)
  • ScriptAPI: add support for getting all plugins root path (4209be7)
  • ScriptAPI: add support for retrieving current plugin information (e45fd85)