Skip to content

Releases: bridge-core/editor

v2.7.54

20 Dec 20:52

Choose a tag to compare

  • Support for the latest Minecraft stable and preview updates.
  • Various updates and fixes for auto-completion data. (Thanks to @beltsazar)

v2.7.53 Hotfix

16 Dec 18:45

Choose a tag to compare

Fixes

Fixed the errors relating to the app badge API with a temporary fix while we figure out what's causing the issue.

v2.7.52

30 Oct 23:47
4f9930f

Choose a tag to compare

Changes

  • Added support for GDK directories.
  • Support for the latest Minecraft Stable and Preview versions.
  • Removed "Experimental Feature" simple file preset.

Fixes

  • Fixed has_equipment_tag missing the domain field.
  • Fixed missing auto-completions for crafting_item_catalog.json past format version 1.21.60.
  • Fixed typo with minecraft:vertical_movement_action entity component.
  • Fixed queue_command lacking syntax highlighting.

v2.7.51

05 Oct 01:05
e9230b3

Choose a tag to compare

  • Support for Minecraft 1.21.110 Stable
  • Support for the latest Minecraft Preview

v2.7.50 Hotfix

18 Aug 23:15
8ef24a1

Choose a tag to compare

  • Jigsaw Structures should now properly be giving auto-completions on the proper folder directory.

v2.7.49

14 Aug 21:29
199d9a6

Choose a tag to compare

  • Support for the Minecraft 1.21.100 update.
  • Support for the latest Minecraft Preview.
  • Fixes and maintenance to auto-completion data.

v2.7.48

30 Jun 06:15

Choose a tag to compare

Changes

  • Improved Japanese translations courtesy of @era760

Fixes

  • Fixed native clipboard errors in part thanks to @Pupy200mine

v2.7.47

21 Jun 01:00

Choose a tag to compare

  • Support for the latest Minecraft Preview
  • Updated the latest stable version to 1.21.90.
  • Commands such as /fill or /setblock now properly use = for blockstate specification rather than :
  • Auto-completions taking in a texture path are no longer limited to specific directories (ink0rr)
  • Fixes and maintenance to auto-completion data.

v2.7.46

11 May 19:00

Choose a tag to compare

  • Support for the latest Minecraft stable version, 1.21.80.
  • Support for for the latest Minecraft Preview.
  • Fixes and maintenance to auto-completion data (Thanks to ink0rr for helping out as always!)

v2.7.45

05 Apr 04:40

Choose a tag to compare

  • The latest supported stable version is now 1.21.70.

  • Support for the latest preview.

  • Added support for Custom Components V2 and the Deferred Technical Preview.

  • Removed Aim Assist experimental toggle from the project creation screen.

  • Fixed client biomes not allowing namespaces.

  • Fixed any_tags property on several entity components on item descriptors, they are now fixed to use the tags molang expression property.

  • Fixed typo on any_slot_empty entity filter.

  • Added missing is_sneak_held entity filter. (ink0rr)

  • Added missing initialize property in attachable auto-completions. (ink0rr)

  • Removed parent_setup property from client entity auto-completions. (ink0rr)

  • Fixed deals_damage property in 1.21.40 minecraft:damage_sensor entity component. (ink0rr)

  • Fixed minecraft:behavior.move_to_land typo in the entity component list. (ink0rr)

  • Fixed damage_sources property in minecraft:behavior.panic entity component.

  • Fixed missing minecraft:behavior.move_to_liquid entry in the entity component list.