getBPFile
Returns a path to the latest behavior pack file.
This method is marked as unsafe. It can be disabled in certain environments.
Arguments
path
- The path to the file inside behavior pack.version
- The version of Minecraft vanilla files to search for. If not specified, the latest version will be used.shouldFail
- (optional) Whether to throw an error and stop compilation or return null when the file is not found.
Example
{
"$template": {
"$comment": "The field below will most likely be 'C:\Program Files\WindowsApps\Microsoft.MinecraftUWP_<Minecraft version>__8wekyb3d8bbwe\data\behavior_packs\vanilla_1.18.10\entities\axolotl.json'",
"test": "{{getBPFile('entities/axolotl.json', semver('1.18.10'))}}"
}
}