Skip to content

MCDevKit/regolith-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCDevKit Regolith Filters

This repository contains MCDevKit filters for regolith.

JSON Templating Engine

Execute this command

regolith install github.com/MCDevKit/regolith-library/json_templating_engine

And add this to the profile filters

{
    "filter": "json_templating_engine"
}

CommandLang

Execute this command

regolith install github.com/MCDevKit/regolith-library/command_lang

And add this to the profile filters

{
    "filter": "command_lang"
}