Thursday, December 8, 2016

In-Game Mcedit Filters And Scripts Mod 1.6.4/1.6.2



Description

Javascript in Minecraft? Yes, way!

  • This mod adds Javascript support to Minecraft via Mozilla Rhino
  • Currently, there are two types of scripts ? .js and .filter scripts
    • ?.js scripts are regular scripts that can be run by opening the mod’s script GUI (F7 by default)
      • These scripts can either run at once instance and stop or continually run every tick by utilizing the method ?Script.sleep(ticks)?
      • Note that these scripts do not stop running on world-exit (at least yet)
    • .filter scripts are pretty much MCEdit filters written in javascript; run them using the command ?/filter <filterName>?
      • ?The style of coding is similar to MCEdit filters but fairly different ? check the GitHub page for example filters
      • There are currently 8 default filters, but with your help, I can add a whole lot more
  • ?This mod’s source code is available on GitHub. Feel free to add pull requests, post discussions, and submit issues on GitHub.



  • Download
    In-Game Mcedit Filters And Scripts Mod 1.6.4/1.6.2

    0 comments:

    Post a Comment