Skip to content

XPGAMESLLC/regolith-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XPGAMES Regolith Filters

This repository contains XPGAMES filters for Regolith, the Bedrock add-on compiler.

What are Filters?

Filters are scripts that run during the compilation and packaging of your Minecraft Bedrock add-on.

How does this Repository work?

Each folder in this repository contains a single filter with its own README.md and filter.json. Filter-specific usage notes live directly beside each filter.

Filters

block_map_color

Adds missing minecraft:map_color values to Behavior Pack block files by resolving the matching Resource Pack texture and sampling a dominant visible color.

Install it with:

regolith install github.com/XPGAMESLLC/regolith-library/block_map_color

Then add it to a profile:

{
  "filter": "block_map_color"
}

Optional settings can be passed directly from config.json:

{
  "filter": "block_map_color",
  "settings": {
    "debugLog": false,
    "include": [],
    "exclude": [
      "xp/dl/torch/*",
      "$command.b.json"
    ]
  }
}

Notes:

  • uses the Regolith working BP and RP folders automatically
  • also reads pregenerated data/block_map_color.json when present
  • include and exclude support both file patterns and directory-style globs relative to BP/blocks

More filters can be added below as the library grows.

About

Public regolith filters by XP GAMES LLC

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages