KubeJS Tinkers Construct
Modby LatvianModder
KubeJS Tinkers Construct
Type
Mod
CurseForge Downloads
3,469,704
CurseForge ID
579107
Last Updated
Aug 15, 2026
Description
Allows KubeJS to edit and create Tinker's Construct recipes. See Recipes page for more info.
Supported recipe types:
event.recipes.tconstruct.casting_table(outputItem, inputFluidId)
event.recipes.tconstruct.casting_table(outputItem, inputFluidId, inputFluidAmount) // defaults to 144 mB
Supported recipe methods:
.cast(castIngredient) // defaults to #tconstruct:casts/multi_use/ingot
.noCast()
.multiUseCast(castType)
.singleUseCast(castType)
.consumeCast()
.switchSlots()
.coolingTime(ticks) // defaults to 60
event.recipes.tconstruct.casting_basin(output, inputFluidId)
event.recipes.tconstruct.casting_basin(output, inputFluidId, inputFluidAmount) // defaults to 1296
// Supports the same cast methods as casting table!
.coolingTime(ticks) // defaults to 180
Example kubejs/server_scripts/tinkers_construct.js:
onEvent('recipes', event => {
const { casting_table, casting_basin } = event.recipes.tconstruct;
casting_table('minecraft:carrot', 'minecraft:water').singleUseCast('nugget')
casting_basin('minecraft:coal_block', 'minecraft:lava')
casting_basin('minecraft:emerald', 'minecraft:water').cast('#forge:dusts/emerald')
})
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
/dank/null
An item inspired by the OpenBlocks /dev/null
Backpacked
A vanilla-friendly backpack mod, featuring unlock-based progression, an augment system, customisation, pickpocketing, an...
ToolTipFix
Fixes tooltips that are too long to be displayed
AgriCraft
Agricultural farming extended.
XaeroPlus
Xaero WorldMap / Minimap Extra Features
Tempad
Create a portal to any location from any location!

