Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Latest commit

 

History

History
45 lines (34 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

45 lines (34 loc) · 2.03 KB

2.2.0

Additions

  • Vastly improve the CustomNPCs API extension. Using the new API, scripts are now able to edit Custom NPCs to the finest level of detail.
  • Rename the ScriptIO class to ScriptLogger because that essentially is what the class does.
  • Also greatly improve other minor API components here and there.
  • You can now give each program item a custom title which you can use to briefly describe what the program does. That way, you won't get lost in your mess of different program items anymore.
  • Add proper support for "air" item stacks both to the GUI and the internals.
  • By middle- or right-clicking onto a block or an item setting inside the program configuration screen, you can now obtain the block or item that is stored inside that setting.
  • It is now possible to choose selections by clicking with the selection item. Moreover, as soon as you edit a selection, that selection is automatically chosen.
  • The currently chosen selection can be temporarily hidden and shown again with the key that was previously used to choose a selection.

Fixes

  • Fixed the mcmod.info file not containing any version information in the dev JAR.
  • Fixed the entire game crashing when the optional CutomNPCs mod wasn't installed.
  • Item stacks in item settings are no longer linked to the "blueprint" item stacks from the player's inventory, without anyone expecting that.
  • Fixed several issues with script execution that could potentially come up at really rare occasions.

Notes

  • Upgrade to version 1.2.0 of GuiLib. If you want to use this version of ScriptSpace, you absolutely need to upgrade to that version of GuiLib!

2.1.3

Fixes

  • Fixed the fork URL in this very changelog.

2.1.2

Additions

  • Added this very changelog.

2.1.1

Fixes

  • Fixed severe JavaDoc errors which caused the entire build to crash.

2.1.0

Notes