- Initial release of the extension.
- Biome files now insert MoLang as well.
- UNIX systems should now registre MoLang file directory correctly.
- New condition! - Now either one of those keywords must be present in the root pack folder's name (
bp
,rp
,beh
,res
,behavior
,resource
) or the root pack folder must be in folder which name ends withbehavior_packs
orresource_packs
in order for the molang insertation to work.
This change's been made so that the feature is restricted to Minecraft add-on workspace.
-
Actual UI for selecting the files! - Now you can right click on a string or use the command pallete to bring Insert MoLang File menu which lets you select the files instead of typing their name inside the string, it doesn't matter if the string is empty or not it will simply replace it completely with contents of selected MoLang file without whitespace characters.
-
New setting
molang-insert.fileSorting
- sets the order of files in the menu, either sorted by date modified or alphabetically.
- Because of the UI addition, now legacy way of using the extension is toggleable using
molang-insert.typing.enabled
setting, which you might turn off if you would like you.
- Certain files will no longer throw errors.
- Comments are now possible inside of MoLang files, single-line using
#
or//
and multi-line using/*
and*/
.
- Removed some unnecessary code.
- Client entity files no longer send false error messages.
- Fixed uncaught errors with
selection
.
- Changed the source code's license to a more viable solution.
- Removed unnecessary dependancy on Blockception's Minecraft Bedrock Development.
- Added more information to the UI.
- Updated some texts.
- Fixed a bug, that subfolders with a names used by some root folder made the extension look for the
molang
folder in an incorrect directory. Issue #1. - Insert will now ignore comment characters like
//
or/* */
inside Molang strings and keep the string unchanged.