/
"components": {
"minecraft:item_model": "firedot:scroll_of_recovery",
"minecraft:custom_name": "{ text: 'Custom Item Name', color: '#FF0000' }",
"minecraft:lore": "[{ text: 'Custom Item Lore', color: '#FF0000' }]",
"minecraft:max_stack_size": 14
}
Old format is still supported but it is recommended to try out the new one.disabled_recipes option to config.yml which accepts a list of recipes to be disabled upon plugin reload.hook_into_resources_reload_event which - when set to true - re-registers (and re-disables) recipes upon calling /mincraft:reload command.
Create new or override existing recipes using format similar to one used by data-packs.