HomeJavaModsJDT KubeJS
JDT KubeJS
ModsJava

JDT KubeJS

by BlueSheep2804 · on CurseForge

⬇ Download on CurseForge

The author built this one for Minecraft 1.21.1 on NeoForge. On other versions it may install and then do nothing.

JDT KubeJS

This is a mod that makes Just Dire Things recipes compatible with KubeJS.
It also fixes an issue where JDT recipe IDs are not displayed in JEI.

Example

ServerEvents.recipes(event => {
    event.recipes.justdirethings.goospread(
        'kubejs:goospread/test',  // Recipe ID
        'minecraft:chest',  // Input block
        'minecraft:shulker_box',  // Output block
        1,  // Goo tier
        2400  // Crafting duration
    )
    event.recipes.justdirethings.goospread_tag(
        'kubejs:goospread/tag_test',  // Recipe ID
        BlockTagIngredient('minecraft:planks'),  // Input block tag
        'minecraft:shroomlight',  // Output block
        4,  // Goo tier
        2400  // Crafting duration
    )
    event.recipes.justdirethings.fluiddrop(
        'kubejs:fluiddrop/test',  // Recipe ID
        'minecraft:blaze_powder',  // Catalyst item
        'justdirethings:polymorphic_fluid_block',  // Input fluid
        'minecraft:lava'  // Output fluid
    )
})
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more