Back to mods
KubeJS Tinkers Construct project artwork

CurseForge · Minecraft mod

KubeJS Tinkers Construct

KubeJS Tinkers Construct

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which KubeJS Tinkers Construct release should I use?

Updated last month
beta file kubejs-tinkers-1802.1.0-build.1.jar
Game version 1.18.2
Loader Forge

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

1 required mod needs a matching file

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 listed on this file 2 pulled in by those mods
KubeJS Needed by KubeJS Tinkers Construct kubejs-tinkers-1802.1.0-build.1.jar
required
No matching file
Tinkers Construct Needed by KubeJS Tinkers Construct kubejs-tinkers-1802.1.0-build.1.jar
required
Matching file found Matched file: Tinkers' Construct 3.7.2.167 for 1.18.2
Mantle Needed by Tinkers Construct
pulled in
Matching file found Matched file: Mantle 1.9.54 for 1.18.2

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.

  1. 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.

  2. 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.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 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 available setups

Check 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

1 of 1 releases match

Looking for an older file? The official CurseForge project page is in Resources.