KubeJS Tinkers Construct Mod (1.18.2) allows KubeJS to edit and create Tinker’s Construct recipes.

Features:

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’)

})

Requires:

Minecraft Forge

Tinkers’ Construct Mod

KubeJS Library

Architectury API

How to install:

How To Download & Install Mods with Minecraft Forge

How To Download & Install Fabric Mods

Don’t miss out today’s latest Minecraft Mods

KubeJS Tinkers Construct Mod (1.18.2) Download Links

For Minecraft 1.18.2

Forge version: Download from Server 1Download from Server 2

Click to rate this post!
[Total: 1 Average: 5]