CurseForge · Minecraft mod
KubeJS Tinkers Construct
KubeJS Tinkers Construct
Quick answer
Which KubeJS Tinkers Construct release should I use?
KubeJS Tinkers Construct kubejs-tinkers-1802.1.0-build.1.jar targets 1.18.2 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. 1 required mod needs a matching file.
Where it goes
Is KubeJS Tinkers Construct required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does KubeJS Tinkers Construct kubejs-tinkers-1802.1.0-build.1.jar need?
kubejs-tinkers-1802.1.0-build.1.jar. Change the file and its required mods may change too.
Install KubeJS, Tinkers Construct, Mantle first, but 1 required mod has no matching file for this setup. Do not mix loader builds to force a match. 2 come through another mod in the chain.
2 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add KubeJS Tinkers Construct without breaking your instance.
Built for KubeJS Tinkers Construct kubejs-tinkers-1802.1.0-build.1.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use kubejs-tinkers-1802.1.0-build.1.jar. It targets 1.18.2 with Forge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install KubeJS, Tinkers Construct, Mantle first, but 1 required mod has no matching file for this setup. Do not mix loader builds to force a match. 2 come through another mod in the chain.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside kubejs-tinkers-1802.1.0-build.1.jar. It opens that exact file at the source.
About this project
What does KubeJS Tinkers Construct add?
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')
})
Project description from CurseForge.
Pick your setup
KubeJS Tinkers Construct by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.18.2
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
KubeJS Tinkers Construct versions and loaders
kubejs-tinkers-1802.1.0-build.1.jar
11 May 2022
Looking for an older file? The official CurseForge project page is in Resources.

