{"id":24745660,"url":"https://github.com/blockception/mb-action-create-mcworld","last_synced_at":"2025-10-03T19:07:53.358Z","repository":{"id":39091930,"uuid":"347599501","full_name":"Blockception/MB-Action-Create-MCWorld","owner":"Blockception","description":"The github action that will create a mcworld in a given respository ","archived":false,"fork":false,"pushed_at":"2025-01-27T18:58:53.000Z","size":2503,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-27T19:52:28.411Z","etag":null,"topics":["actions","bedrock","create","github-actions","hacktoberfest","hacktoberfest2022","mcworld","minecraft"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Blockception.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-14T09:57:15.000Z","updated_at":"2025-01-27T18:57:13.000Z","dependencies_parsed_at":"2024-01-01T17:26:58.419Z","dependency_job_id":"c73a72e5-1602-4e3b-82be-f9f152ea82ed","html_url":"https://github.com/Blockception/MB-Action-Create-MCWorld","commit_stats":{"total_commits":193,"total_committers":2,"mean_commits":96.5,"dds":"0.43005181347150256","last_synced_commit":"6cc2769aca29b6bd9aa0f903c03ab6b3d18b1b95"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blockception%2FMB-Action-Create-MCWorld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blockception%2FMB-Action-Create-MCWorld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blockception%2FMB-Action-Create-MCWorld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blockception%2FMB-Action-Create-MCWorld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Blockception","download_url":"https://codeload.github.com/Blockception/MB-Action-Create-MCWorld/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235956255,"owners_count":19072025,"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":["actions","bedrock","create","github-actions","hacktoberfest","hacktoberfest2022","mcworld","minecraft"],"created_at":"2025-01-28T03:20:11.090Z","updated_at":"2025-10-03T19:07:48.299Z","avatar_url":"https://github.com/Blockception.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minecraft Bedrock Action: Create MCWorld\n\n[![tagged-release](https://github.com/Blockception/MB-Action-Create-MCWorld/actions/workflows/tagged-release.yml/badge.svg)](https://github.com/Blockception/MB-Action-Create-MCWorld/actions/workflows/tagged-release.yml)\n[![npm-unit-test](https://github.com/Blockception/MB-Action-Create-MCWorld/actions/workflows/npm-test.yml/badge.svg)](https://github.com/Blockception/MB-Action-Create-MCWorld/actions/workflows/npm-test.yml)\n\n- [Minecraft Bedrock Action: Create MCWorld](#minecraft-bedrock-action-create-mcworld)\n  - [Actions](#actions)\n  - [Inputs](#inputs)\n  - [Outputs](#outputs)\n  - [Example usage](#example-usage)\n\nThe github action that will create a mcworld in a given repository and performs configurable actions on the world:\n\n## Actions\n\n- Minify and removing comments from json files\n- Removing unwanted files from folders\n\n## Inputs\n\n**folder**:  \nThe folder where the world is, example `${{github.workspace}}/world`\n\n**processJson**:  \nWhether or not to format json and minify json, defaults to true\n\n**trimFiles**:  \nWhether or not to remove unwanted files, defaults to true\n\n**outputFile**:  \nDefaults to the folder above the specified source folder with file name: word.mcworld, but this parameter can be overwritten.\n\n## Outputs\n\n**worldFilepath**:  \nThe outputted mcworld filepath\n\n## Example usage\n\nSee [Create-Mcworld-On-Tag](examples/Create-Mcworld-On-Tag.yml) for a workflow that creates a release for each git tag created.\n\n```yml\n# This is a basic workflow to help you get started with Actions\nname: create-mcworld\n\n# Controls when the action will run.\non:\n  push:\n    # Sequence of patterns matched against refs/tags\n    tags:\n      - \"v*\"\n\n  # Allows you to run this workflow manually from the Actions tab\n  workflow_dispatch:\n\n# A workflow run is made up of one or more jobs that can run sequentially or in parallel\njobs:\n  # This workflow contains a single job called \"build\"\n  build:\n    # The type of runner that the job will run on\n    runs-on: ubuntu-latest\n\n    # Steps represent a sequence of tasks that will be executed as part of the job\n    steps:\n      # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it\n      - name: 📦 Checkout Repository\n        uses: actions/checkout@v3\n\n      # Runs a single command using the runners shell\n      - uses: Blockception/MB-Action-Create-MCWorld@v1.2.1\n        id: create_mcworld\n        with:\n          # Path to the folder, assume ${{github.workspace}} leads to root of the repo\n          folder: ${{github.workspace}}/world\n          processJson: false\n          trimFiles: true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblockception%2Fmb-action-create-mcworld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblockception%2Fmb-action-create-mcworld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblockception%2Fmb-action-create-mcworld/lists"}