{"id":28573611,"url":"https://github.com/bridge-core/build-mc-project","last_synced_at":"2026-01-31T16:33:33.869Z","repository":{"id":38007059,"uuid":"451479235","full_name":"bridge-core/build-mc-project","owner":"bridge-core","description":"A GitHub action that builds a Minecraft project using Dash","archived":false,"fork":false,"pushed_at":"2022-06-12T14:08:58.000Z","size":11,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-10T21:19:05.386Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bridge-core.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-24T13:39:53.000Z","updated_at":"2023-11-11T18:51:46.000Z","dependencies_parsed_at":"2022-09-10T00:12:06.417Z","dependency_job_id":null,"html_url":"https://github.com/bridge-core/build-mc-project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bridge-core/build-mc-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bridge-core%2Fbuild-mc-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bridge-core%2Fbuild-mc-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bridge-core%2Fbuild-mc-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bridge-core%2Fbuild-mc-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bridge-core","download_url":"https://codeload.github.com/bridge-core/build-mc-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bridge-core%2Fbuild-mc-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28947654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-06-10T21:18:36.463Z","updated_at":"2026-01-31T16:33:33.849Z","avatar_url":"https://github.com/bridge-core.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# build-mc-project\nA GitHub action that builds a Minecraft project using Dash.\n\n## Usage\n1. Create a compiler config that uses the `rewriteForPackaging` plugin instead of `simpleRewrite`:\n\n```json\n{\n\t\"plugins\": [\n\t\t[\n\t\t\t\"typeScript\",\n\t\t\t{\n\t\t\t\t\"inlineSourceMap\": true\n\t\t\t}\n\t\t],\n\t\t\"entityIdentifierAlias\",\n\t\t\"customEntityComponents\",\n\t\t\"customItemComponents\",\n\t\t\"customBlockComponents\",\n\t\t\"customCommands\",\n\t\t\"moLang\",\n\t\t[\n\t\t\t\"rewriteForPackaging\",\n\t\t\t{\n\t\t\t\t\"packName\": \"myProject\",\n\t\t\t\t\"format\": \"mctemplate\" // Or \"mcaddon\"/\"mcworld\"\n\t\t\t}\n\t\t]\n\t]\n}\n```\n\n2. Create a file for your release workflow that looks like this:\n\n```yml\nname: 'build-project'\n\non:\n    release:\n        types:\n            - created\n\njobs:\n    build:\n        runs-on: ubuntu-latest\n\n        steps:\n            - name: Checkout project\n              uses: actions/checkout@v2\n            - name: Building project\n              uses: bridge-core/build-mc-project@main\n              with:\n                  project-name: MyProject\n                  package-type: mctemplate\n                  compiler-config: .bridge/compiler/build.json\n            - name: Release\n              uses: softprops/action-gh-release@v1\n              if: startsWith(github.ref, 'refs/tags/')\n              with:\n                  files: MyProject.mctemplate\n              env:\n                  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\n3. Upon creating a new GitHub release, bridge. will now automatically build a new version of the project and attach it as a release artifact.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbridge-core%2Fbuild-mc-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbridge-core%2Fbuild-mc-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbridge-core%2Fbuild-mc-project/lists"}