The Mindustry Mod for developing Mindustry Logic.
This mod watches for changes to a specific .mlog
file (the custom file extension which contains mlog).
When a new compilation is made, the file being watched changes, and the mode detects this and injects the file contents into the selected logic processor.
Because of the principle described above, you must first select the path to the file to be watched before using it.
just select the processor. that's all!
The processor injector compresses and injects code remotely into the selected processor, so you don't need to enter the canvas or anything like that.
if you click the block which isn't the processor, the processor will be unselected.
Mindustry_zXbYlxGUJJ.mp4
If you are using mlogjs, I recommend using mlogJSTemplate as the development environment.
This template repository is also ready for watch mode: if you edit and save script.ts
, it will automatically compile.
so if you use it with this mod, you have a complete continuous development flow!