Skip to content

loom-action

Actions

About

Standardization and moderation when creating addons for Minecraft Bedrock
v1.2.0
Latest
Star (1)

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 - [email protected]

loom-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Standardization and moderation when creating addons for Minecraft Bedrock
v1.2.0
Latest

loom-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.