Botania Tweakers
This mod expands the capabilities of working with Botania mod recipes by providing support for two popular modification systems: LibDP and KubeJS Fabric. Now you can easily add and modify any types of Botania recipes using a convenient programming interface.
Supported Systems
The mod is fully compatible with LibDP and KubeJS Fabric, opening up wide possibilities for gameplay customization. On the project's official wiki, you will find detailed usage examples and complete command syntax.
Usage Examples
Working with LibDP
Adding mana infusion recipes becomes a simple task. Here's how you can create a recipe for quintupling ore output:
var BT = diskette.require("botaniatweaker.BotaniaDriver");
BT.addManaInfusion("ore_quintuplication", "minecraft:gold_ingot*5", "minecraft:gold_ore", 99999, 'minecraft:blast_furnace')

Working with KubeJS
Creating recipes for the petal apothecary is also straightforward:
event.recipes.botania.petal_apothecary('precious_glay', 'minecraft:clay_ball', ['minecraft:iron_ingot', 'minecraft:gold_ingot'])

Important Information
Although the official version of Botania for Fabric has not been released yet, this mod is already ready for use. The corresponding version of Botania will be required for operation.