Skip to content

🧵 Standardization and moderation when creating addons for Minecraft Bedrock.

License

Notifications You must be signed in to change notification settings

llgava/loom-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Loom - Latest Release Tests

Standardization and moderation when creating addons for Minecraft Bedrock.

Setting up action step

If necessary, use the template file located here.

Input Type Description Required Default
pattern custom, mojang or seface_blocks The file endings style ✔ mojang
behavior_pack_path string The relative path to behavior pack folder ✖ behavior_packs/0
resource_pack_path string The relative path to resource pack folder ✖ resource_packs/0

Roadmap

Updated: 01/20/2023
  • Add support to check name patterns
  • Add support to check the max supported path lenght
  • Add support to check missing entities, blocks and items name on text files

Setting up locally

Want to contribute? Prepare the environment locally to test your contribution correctly!

  1. Clone the repository

    git clone https://github.com/llgava/loom-action.git
  2. Install the dependencies

    yarn install or npm install
  3. Setup your environment (.env) variables
    If you prefer, use the .env.template template

    PATTERN='xxxxx'
    BEHAVIOR_PACK_PATH='xxxxx'
    RESOURCE_PACK_PATH='xxxxx'
  4. Run the project in development mode

    # Will recompile the code on every change
    yarn build:dev or npm run build:dev

Contact

Leonardo Luiz Gava - @llgava - me@llgava.net