JMC (JavaScript-like Minecraft Function) is a mcfunction extension language for making Minecraft Datapack.
Documentation: https://wingedseal.github.io/jmc/
Trailer: https://www.youtube.com/watch?v=cFgvCScpirw&ab_channel=WingedSeal
- Avoid repetitive tasks
- Superior Syntax
- Low learning curve
- Many more features
JMC allows you to write minecraft functions in a better language (.jmc) which is more readable and easier to write.
Everything you need to know about JMC can be found at https://wingedseal.github.io/jmc/
- Executable
In "datapacks" folder of your world file (Usually .minecraft/saves/world_name/datapacks
). Create a new datapack folder. And put JMC.exe in that folder then run it.
- Python 3.10+
pip install jmcfunction
If you would like to build the executable yourself (on Windows).
- Install Python 3.10
- Install GNU compiler
- Open command prompt as administrator
- Go to repository directory using
cd
- Run
pip install -r build_requirements.txt
- Run
build