Skip to content

2.4.1: Fix type casting error & doc++

Compare
Choose a tag to compare
@ZZZank ZZZank released this 15 Feb 04:02
· 679 commits to 1.16.5 since this release

ProbeJS Legacy 2.4.0 -> 2.4.1

Fix type casting error

What's new?

  • fix error caused by type casting in formatScriptable()
  • doc for AttachedData and CompoundNBT. It can now act like a regular JS object(which means accessing members in formats like data.some_member or data["some_member"] will no longer confuse your IDE)