Configuration Settings#
{
"filter": "shapescape_world_settings",
"settings": {
"level_dat_path": "../level.dat",
"release_config_path": "../pack/release_config.json"
}
}
level_dat_path: str- the path to thelevel.datfile. By default relative to theconfig.jsonfile of the project (seepaths_relative_to_config_json)release_config_path: str- the path to therelease_config.jsonfile (see Usage section for more details). By default relative to theconfig.jsonfile of the project (seepaths_relative_to_config_json)paths_relative_to_config_json: bool = True- optional, defaultTrue. IfTrue, the paths are relative to theconfig.jsonfile. IfFalse, the paths are relative to the current working directory during the execution of the filter (thetmpfile withRP,BPanddatafolders)