-
Notifications
You must be signed in to change notification settings - Fork 0
Home
JsCraft is a modding API for Minecraft that wraps around Forge and allows users to create mods in JavaScript. It is designed to be easy to use and is ideal for those who have just started to learn programming.
To install the mod, make sure that you follow all of the steps below correctly:
-
Install Forge for Minecraft 1.8.9 (I'm using version 1.8.9-11.15.1.1722).
-
Edit the Forge profile with the profile editor to set the Java version to JDK 1.8.0_91 or higher (like below)
-
Make sure that you install the JDK (development kit) and not the JRE (standard version). A working version can be found here.
-
Place the mod jar (currently jscraft-0.2.0.1.jar) into the Forge mods folder like below:
-
Run Minecraft Forge once to set up the necessary files for JsCraft. This should create a folder called js in your Minecraft folder.
-
Place whatever js mods you want in the js/mods/ folder. Make sure they're each in their own directory. For example (Demo Mod and test mod are both separate mods):


