Revision as of 15:06, 3 February 2022 by MikelJF(talk | contribs)(MikelJohnsonF moved page MoLang to Molang: Mojang uses Molang in their documentation)
MoLang is a simple expression-based language designed for fast, data-driven calculation of values at run-time, and with a direct connection to in-game values and systems. It is used in Bedrock Edition'sAdd-on system with it's purpose being enabling low-level systems like animation to support flexible data-driven behavior for both internal and external creators, while staying highly performant. [1]
Mojang provides official documentation MoLang Documentation which goes into details of how the language works and where it's used.