Stevertus / mcscript

A programming language for Minecraft Vanilla
https://mcscript.stevertus.com
MIT License
233 stars 16 forks source link

0.1.6 Fixed modal calls inside of modals. Also some forWeb.js improvements #4

Closed coolsa closed 6 years ago

coolsa commented 6 years ago

The forweb changes just add some extra control over the compiler, for better outputs, and less need for post processing of the files.

the fix for the modals was something was just missing a variable declaration, instead of a global. also updated the numbers. not sure if that is what I should have done, but the change is significant enough to cause me to rework some projects I have.

Stevertus commented 6 years ago

Thanks for contributing! I fixed all your suggested issues in the newest version v0.2. Sorry for letting you wait so long ;)