{"id":13692090,"url":"https://github.com/bridge-core/bridge.","last_synced_at":"2025-06-10T21:19:12.920Z","repository":{"id":35677981,"uuid":"160048470","full_name":"bridge-core/bridge.","owner":"bridge-core","description":"Minecraft Add-on Editor | We strive to provide the best development experience possible","archived":false,"fork":false,"pushed_at":"2022-12-13T21:58:22.000Z","size":27019,"stargazers_count":333,"open_issues_count":47,"forks_count":164,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-05-02T19:42:31.334Z","etag":null,"topics":["addon","bridge","editor","ide","javascript","json","minecraft","tool","typescript"],"latest_commit_sha":null,"homepage":"https://bridge-core.github.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bridge-core.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-02T13:09:50.000Z","updated_at":"2025-04-18T12:44:33.000Z","dependencies_parsed_at":"2023-01-16T03:01:01.544Z","dependency_job_id":null,"html_url":"https://github.com/bridge-core/bridge.","commit_stats":null,"previous_names":[],"tags_count":133,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bridge-core%2Fbridge.","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bridge-core%2Fbridge./tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bridge-core%2Fbridge./releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bridge-core%2Fbridge./manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bridge-core","download_url":"https://codeload.github.com/bridge-core/bridge./tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bridge-core%2Fbridge./sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259152788,"owners_count":22813227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["addon","bridge","editor","ide","javascript","json","minecraft","tool","typescript"],"created_at":"2024-08-02T17:00:53.560Z","updated_at":"2025-06-10T21:19:12.844Z","avatar_url":"https://github.com/bridge-core.png","language":"TypeScript","readme":"\u003ch1 align=\"center\"\u003ebridge. v2\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  bridge. v2 is now available. Read more about it on our \u003ca href=\"https://bridge-core.app/\"\u003ewebsite\u003c/a\u003e or visit our \u003ca href=\"https://github.com/bridge-core/editor\"\u003enew repository\u003c/a\u003e.\n  \u003cbr\u003e\u003cbr\u003e\n  \n  \u003ca href=\"https://github.com/solvedDev/bridge./releases/latest\"\u003e\n    \u003cimg width=\"256\" height=\"256\" src=\"https://raw.githubusercontent.com/solvedDev/bridge./master/build/icons/new_logo.png\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## About bridge.\n\nbridge. is a powerful **add-on editor** designed to speed up your development process. It provides a rich editing experience for all files inside behavior and resource packs (JavaScript, JSON and functions) and provides a **powerful work environment**.\nUnleash the full power of add-ons with bridge. plugins and make use of rich auto-completions provided as you navigate through a file. **Creating Minecraft add-ons was never more convenient!**\n\n## Why _you_ should use bridge.\n\nMost importantly, JSON editors like bridge. guarantee that you cannot write invalid JSON.\nAdditionally, \"bridge.\" has a few more specific features which other editors do not offer:\n\n-   bridge. interacts seamlessly with Minecraft and loads behavior packs and the corresponding resource pack from the com.mojang folder automatically\n-   You cannot make general file structure mistakes because rich auto-completions guide you through the file\n-   You do not need to study vanilla files and/or the incorrect documentation to find out which arguments a component has\n-   Support for plugins: From custom components to searching files - bridge. plugins can do almost anything\n-   Developing is generally significantly faster\n\n## Feature Overview\n\n#### General\n\n-   Create new behavior packs and resource packs with an automatically generated manifest.json\n-   Create new behavior pack and resource pack files through a clear interface\n-   Package your behavior pack with only one click\n\n#### Editor\n\n-   Cut, Copy, Paste, Undo, Redo and all other features you would expect\n-   Powerful shortcuts to reorder and navigate through a JSON file\n-   JSON displays as a tree structure with collapsible/expandable elements\n-   Easily restructure JSON files by dragging elements\n-   Beautiful syntax highlighting for all behavior pack files\n-   Snippets to quickly import common JSON patterns\n-   Error/Mistake detection and auto-fixes for some of them\n-   bridge. file structure predictions for users who want to be even faster writing add-ons\n\n#### Auto-Completions\n\n-   Rich auto-completions for entities, loot tables, trades, spawn rules, biomes, items, blocks, recipes, features, feature rules, animations and animation controllers\n-   Handcrafted: We don't trust the Minecraft documentation and you shouldn't either. That's why we wrote all suggestions by hand\n-   Context sensitive: bridge. proposes different data depending on what you wrote before. Adding e.g. a new item results in the corresponding identifier being proposed whenever an item identifier is a valid value throughout your behavior and resource pack files.\n-   Ability to switch between auto-completions for multiple Minecraft versions seamlessly: We always support the latest stable release and the latest beta\n\n#### Debug Log Explorer\n\n-   A perfect tool for browsing content errors\n-   Filter by tags or search for specific logs\n-   Open affected files with only one click\n\n#### Documentation\n\n-   Easy access to the Minecraft add-on documentation\n-   Shortcut to lookup specific components in your file\n-   And more features to come...!\n\n#### Settings\n\n-   Tabs vs. Spaces: You get to choose how we generate your files\n-   Light \u0026 Dark Theme with corresponding syntax highlighter\n-   Set a default project to be opened automatically when you open bridge.\n-   Choose between auto-completions for multiple Minecraft versions\n-   Collection of options to customize your developing experience\n\n#### JavaScript Plugins\n\n-   Create new menus, windows and notifications\n-   Add new file types\n-   Hook into a variety of different events\n-   Develop your own custom add-on syntax\n-   [Library](https://github.com/solvedDev/bridge-plugins) with existing plugins to download from within bridge.\n-   [Read more...](https://github.com/solvedDev/bridge./blob/master/plugin_docs/main.md)\n\n## Projects created with bridge.\n\n\u003cdiv\u003e\n  \u003ca href=\"https://www.minecraft.net/en-us/pdp/?id=56952d12-3c9c-4597-886d-b62f77202e27\"\u003e\n    \u003cimg height=\"128\" alt=\"Advanced Mining\" src=\"https://xforgeassets002.xboxlive.com/pf-title-b63a0803d3653643-ee7b/8699bc96-814d-45ae-b803-2366fb1f378f/AdvancedMining_Thumbnail_0.jpg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.minecraft.net/en-us/pdp/?id=366e895b-d090-4151-a83a-e86c6b339732\"\u003e\n    \u003cimg height=\"128\" alt=\"Minecraft Pac-Man\" src=\"https://xforgeassets002.xboxlive.com/pf-title-b63a0803d3653643-ee7b/fe12965f-e13d-4791-9828-f3aa843bb4f1/PAC-MAN_Thumbnail_0.jpg\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n## bridge. Plugins\n\n**Documentation**\n\nYou can read more on plugins [here](https://github.com/bridge-core/v1-docs/tree/main/docs/plugin-docs).\n\n**Library**\n\nThe repository for plugins can be found [here](https://github.com/solvedDev/bridge-plugins). Feel free to add your plugins to it in order to make them appear inside the plugin menu.\n\n## Contributing to bridge.\n\nContributions to bridge. are welcome. However, please read the [guidelines](https://github.com/solvedDev/bridge./blob/master/CONTRIBUTING.md) first.\n\n## Screenshots\n\n##### JSON Editing\n\n![JSON errors](https://github.com/solvedDev/bridge./raw/master/images/screenshot_1.png)\n![JSON editing](https://github.com/solvedDev/bridge./raw/master/images/screenshot_2.png)\n![JSON context menu](https://github.com/solvedDev/bridge./raw/master/images/screenshot_9.png)\n![JSON split-screen](https://github.com/solvedDev/bridge./raw/master/images/screenshot_10.png)\n\n##### Other Filetypes\n\n![JavaScript](https://github.com/solvedDev/bridge./raw/master/images/screenshot_6.png)\n![.mcfunction](https://github.com/solvedDev/bridge./raw/master/images/screenshot_5.png)\n\n##### Menus\n\n![bridge. settings](https://github.com/solvedDev/bridge./raw/master/images/screenshot_3.png)\n![bridge. file creation](https://github.com/solvedDev/bridge./raw/master/images/screenshot_4.png)\n\n##### Snippets\n\n![bridge. snippets](https://github.com/solvedDev/bridge./raw/master/images/screenshot_7.png)\n![bridge. custom snippets](https://github.com/solvedDev/bridge./raw/master/images/screenshot_8.png)\n","funding_links":[],"categories":["IDE"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbridge-core%2Fbridge.","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbridge-core%2Fbridge.","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbridge-core%2Fbridge./lists"}