Skip to content

MCCompiled 1.13

Compare
Choose a tag to compare
@7UKECREAT0R 7UKECREAT0R released this 08 May 15:53
· 7 commits to main since this release
733f280

MoLang binding, bugfixes, and new IDE features!

Changes
• BREAKING: When using development folders, MCC now names folders like so: name_BP and name_RP.
• Removed size limit on scatter command, replaced with a warning.
• Scatter command now runs "shallowly" when linting, so it doesn't impact performance.
• Variable definitions now allow attributes before and after the name.
• Function definitions now allow attributes before and after the name.

Additions
• New attribute bind(query) that will bind a MoLang query to a value. Limited support.

See bindings.json for all of the current bindings in this release.

• Including a comment behind a function definition will now count as documentation.
• Including a comment behind a value definition will now count as documentation.
• Including a comment behind a macro definition will now count as documentation.
• Documentation for all objects now show up in the IDE.
• Introduced server spec 5.7 with symbol documentation and version information.

Bugfixes
• Fixed attribute functions sometimes being broken and causing weird behavior.
• Fixed slight issue with terminal coloring.
• Scatter command works again.
• Fixed the encoding issues with definitions.def.