editor icon indicating copy to clipboard operation
editor copied to clipboard

Next generation of bridge., the Minecraft Add-On editor

Results 285 editor issues
Sort by recently updated
recently updated
newest added

When You create an event for a item and choose the randomize or Sequence event thing it doesn't allow you to input the other option. As shown here it only...

bug

**Summary** When you load a previous project it says it's been removed. **To Reproduce** Steps to reproduce the behavior: 1. Go to file import project 2. Click on import project...

bug

https://discord.com/channels/602097536404160523/602097536840237087/1009874056201375984 Uses: - Deprecated components - Auto format version setting https://user-images.githubusercontent.com/64587014/202860265-1abe112e-7f52-429c-9bf8-e9e14c24f35c.mp4

feature

**Summary** With the brand new v2.3.0 update releasing, it came with a brand new "pin" feature that allows you to pin projects when first opening up bridge.. I think this...

feature

The ability to customize the plugin config on which folders to exclude when encoding json files.

feature

The following script in a .molang file function will not compile correctly ``` for_each(v.player, q.get_nearby_entities(16, 'minecraft:player'), { v.playerloc.x = v.player -> q.position(0); v.playerloc.z = v.player -> q.position(2); break; }); ```...

bug

Syntax highlighting for JavaScript/TypeScript is the one thing that annoys me the most about using bridge. to edit these files.

feature

**Note:** This is a bridge. Nightly issue **Summary** With unknown reasoning, keyboard shortcuts in bridge. (e.g. Ctrl + N to create a new file) may sometimes execute outside of bridge....

bug

The current home menu puts creating a local project first, with the button under "Choose bridge. Folder". ![image](https://user-images.githubusercontent.com/64587014/183999262-5618a97a-b8cc-4265-a514-efd37446418f.png) I think there should be an option to choose what type of...

feature

**Summary** Add the ability to highlight text in errors found on the sidebar and in the compiler, for easier copying when reporting bugs/issues. **Alternatives/Considerations** An alternative could be adding a...

feature