Skip to content

v0.2

Compare
Choose a tag to compare
@Stevertus Stevertus released this 11 Jul 15:52
· 37 commits to master since this release

This is the first full release version of Minecraft Script! The language has all the necessary features now. I am open for new suggestions nevertheless.

  • added: a brand new error handling system. If you find some nonsense errors please report an issue and I will fix it.
  • added: the function and run function feature. Read more about its capabilities here.
  • added: a few more debugging options with the debug keyword. Read more here.
  • added: a -fullErr flag for compile and watch to see full Errors and files references
  • changed: if an execute command is generated after an execute command they will be combined now.
  • changed: if an error accures in a file you will be notified and the other files generate nevertheless.
  • fixed: an load.mcfunction issue that it generates random stuff sometimes
  • fixed: modal calls inside modals should work again (thaks to coolsa)
  • fixed: the watch mode crashes no longer if an error accures
  • fixed: if a #file tag was added after commands the compiler used to create a file with the name of the first command