editor
editor copied to clipboard
Next generation of bridge., the Minecraft Add-On editor
**Summary** Within custom item components' template function, is a template context parameter. This parameter has a `player` property that allows you to modify the player definition files. However it's `create()`...
We should support this if it works within Minecraft https://bedrock.dev/docs/stable/Molang#Public%20Variables
**Summary** API Access Point for all registred entity/item/block identifiers, including vanilla and all from the addon itself. Ideally this access point is available for compiler plugins and custom components. The...
**Summary** Currently custom commands don't know what context they're executed in. It would be nice to get a list of all previous and future commands in the execution chain, for...
Store all data related to bridge. custom syntax within its own data package. Storing them within the "minecraftBedrock" package is a bit unintuitive. Changes to data loading within the core...
https://discord.com/channels/602097536404160523/602097536840237087/1001244198936260698
**Summary** ‘animations’ folder was not included when exporting it as a .mcaddon file on websites **To Reproduce** Steps to reproduce the behavior: 1. Go to 'bridge. Website' (Not Application) 2....