This page is now deprecated
As of jsmacros 1.8.0
, lnaguage extensions are no longer minecraft mods, to install them see instructions on this page
JEP extension for JsMacros.
This adds JEP (python 3.8) support to the JS Macros mod, it's completely dependent on JS Macros and adds nothing else.
For Windows:
- make sure you put python and pip in your path when installing.
- install the newest version of Visual C++ Build Tools
- launch the developer command prompt, and run
pip install -U jep
. - copy the DLL from
Python38\Lib\site-packages\jep\jep.dll
to your minecraft directory - set the relative path for the dll in
.minecraft/config/jsMacros/jep-options.json
(default is.minecraft/jep.dll
) - profit