Releases: bridge-core/bridge.
Releases · bridge-core/bridge.
v0.13.23
v0.13.22
v0.13.21
Features:
- Smarter JSON node copying: (#105)
If a node key ends with "_NUMBER" (e.g. "group_1"), bridge. now automatically increments this number. This enables easier JSON duplicating. - Added full support for .lang files (#104)
Language files can now be created like any other file and bridge. automatically generates the corresponding languages.json file upon project creation. - Default pack name and description are now translatable (#104)
bridge. no longer puts the entered project name and description directly into the manifest. Instead, only a generic translation key gets saved and an en_US.lang file with the name and description generates automatically.
Fixes:
- Fixed $dynamic_template.key evaluation using wrong NODE_CONTEXT
- Fixed #106
- Fixed LightningCache losing data in compiled state
v0.13.20
Features:
- Added page number display to debug log explorer windows
- Added pages to default sidebar
- Added new known debug log tags
- Significantly improved debug log parsing
Fixes:
- Fixed various loading issues with the debug log explorer
- Fixed icon buttons displaying in wrong color
v0.13.18c
v0.13.18
Features:
- Debug log explorer:
Quickly manage and browse the latest content log errors thrown by Minecraft. - Auto-completions:
- Update to latest 1.14.0.4 beta
- 1.13 auto-completions are now "stable"
- Entity component arguments now follow 1.13 syntax
- Added "is_italic" property to custom syntax highlighter
Changes:
- Tweaked extension browser appearance
- Tweaked information window appearance
- Tweaked input window appearance
Fixes:
- Fixed custom syntax inside of tags
- Fixed tags not saving correctly
- Fixed plugin uninstalling
v0.13.17
v0.13.16
v0.13.15
v0.13.14
Changes:
- Extension browser is no longer maximizable
- Updated behavior.melee_attack component
- Updated minecraft:food component
- Updated documentation link to MC/1.14.0.1
Fixes:
- Fixed multiple custom components not reloading correctly
- Fixed deleting folders not clearing caches correctly
- Fixed #95