There should be an option when making custom advancements that allow awarded functions to be run with a macro. For example:
Normal:
"rewards": {
"function": "custom:test"
}
Proposed:
"rewards": {
"function": "custom:test",
"with": [
{
"custom_macro": "79876"
}
]
}
This would make the macro $(custom_macro) in the function custom:test equal "79876".
Please sign in to leave a comment.
0 Comments