Skip to content

Version 1.1.0 Prerelease 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@fnuecke fnuecke released this 05 Jan 14:00
  • Added setting to allow bytecode loading.
  • Added setting for paste keyboard shortcut.
  • Fixed shell.setPath().
  • Fixed "ghost characters" in edit program when pressing enter.
  • Fixed click coordinates in GUI for certain GUI scales.
  • Fixed click coordinates for touch screens in certain multiblock/resolution combinations.
  • Possibly fixed an issue where block components did not reconnect after a world reload.
  • Possibly fixed a NullPointerException that was probably related to MCPC+.
  • Rethrowing errors that occur in autorun scripts so that they get logged to the event log on the /tmp file system.
  • Checking for doDaylightCycle gamerule when trying to power on a computer, since if that's false computers won't properly run (since sleeps will never expire). Thanks to DarkSnake for figuring that one out.