ModsJava
JDT KubeJS
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
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on CurseForge — not every file is mirrored on our own servers.
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
- Ships as jdtkubejs-1.0.0.jar — drop this file into the mods folder
- Download size: 11 KB
- Download link checked 14 Sept 2026 — working
These come from our own check of the pack file, not from the source page.