KubeJS Draconic Evolution logo

KubeJS Draconic Evolution

Mod

by benbenlaw

KubeJS intergration for draconic evolution fusion crafting

Downloads

104,949

Type

Mod

CurseForge ID

1329843

Last Updated

Apr 9, 2026

Description

KubeJS Draconic Evolution

Example

Inputs require a true or false value which tells the recipe if the recipe consumes the item or not by default we parse true so only add false whne needed

ServerEvents.recipes(event => {
event.recipes.draconicevolution.fusion_crafting(
"minecraft:dirt", // input item
["minecraft:diamond", ["minecraft:obsidian", false]], // diamond is used and obsidian is not
"minecraft:emerald", (result itemstack)
"wyvern", // tier can be (draconium, wyvern, draconic, chaotic)
1000000, //energy
);
});

Similar Mods

Included in Modpacks

External Resources