Skip to content

Releases: bridge-core/bridge.

v0.13.23

06 Nov 17:29
Compare
Choose a tag to compare

Changes:

  • Updated electron builder

Fixes:

  • Fixed custom command syntax causing commands to run multiple times

v0.13.22

04 Nov 19:41
Compare
Choose a tag to compare

Fixes:

  • Fixed critical saving issue
  • TS fixes
  • Improved "no debug log" message
  • Entity tags now work correctly with dynamic auto-completions

v0.13.21

04 Nov 13:50
Compare
Choose a tag to compare

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

02 Nov 12:37
Compare
Choose a tag to compare

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

02 Nov 11:12
8ca8eaa
Compare
Choose a tag to compare

Republish v0.13.18 to trigger automatic deploy.

v0.13.18

02 Nov 10:33
a0920a4
Compare
Choose a tag to compare

Download

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

27 Oct 18:44
Compare
Choose a tag to compare

Fixes:

  • Fixed new file types not loading correctly
  • Fixed component group error detection

v0.13.16

26 Oct 11:54
Compare
Choose a tag to compare

Fixes:

  • Fixed editing values
  • Fixed copying nodes

v0.13.15

25 Oct 14:54
b71dd6c
Compare
Choose a tag to compare

I am slowly migrating the code base to TypeScript. Please report new issues that may arise from this transition!

Changes:

  • Items: moved "remove_effects" argument to beta auto-completions

Fixes:

  • Fixed $load not loading $dynamic_templates correctly
  • Fixed #97

v0.13.14

18 Oct 20:43
Compare
Choose a tag to compare

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