Standardization and moderation when creating addons for Minecraft Bedrock.
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 | 
- 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
 
Want to contribute? Prepare the environment locally to test your contribution correctly!
- 
Clone the repository
git clone https://github.com/llgava/loom-action.git
 - 
Install the dependencies
yarn install or npm install
 - 
Setup your environment (
.env) variables
If you prefer, use the .env.template templatePATTERN='xxxxx' BEHAVIOR_PACK_PATH='xxxxx' RESOURCE_PACK_PATH='xxxxx'
 - 
Run the project in development mode
# Will recompile the code on every change yarn build:dev or npm run build:dev 
Leonardo Luiz Gava - @llgava - me@llgava.net