Skip to content

ScriptyMod/Scripty

Repository files navigation

Scripty for Forge

Scripty is a work-in-progress mod that attempts to extend the capabilities of Minecraft's current command blocks system by adding new versions of them that support various scripting languages.

Building and testing

Windows

  • Set up the workspace with gradlew.bat setupDecompWorkspace
  • Build the mod with gradlew.bat build shadowJar
    • The mod JAR will be located in build/libs and end with -all
  • To test the client/server formally, use gradlew.bat runClient and gradlew.bat runServer

Linux and Others

  • Set up the workspace with ./gradlew setupDecompWorkspace
  • Build the mod with ./gradlew build shadowJar
    • The mod JAR will be located in build/libs and end with -all
  • To test the client/server formally, use ./gradlew runClient and ./gradlew runServer

CI builds can be found on Bamboo

Scripty is open-source software released under the MIT license. Please see the LICENSE file for details.

About

A mod that makes scripting possible in Minecraft

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages