promotional bannermobile promotional banner

Tinker's Construct Crafting Station Fix

Fixes TConstruct Crafting Station bugs: shift-click ItemCraftedEvent receiving empty ItemStacks (#5599), and KubeJS modifyResult() callbacks failing to get the crafting player in non-vanilla crafting containers via ForgeHooks fallback.

CurseForge Description

Crafting Station Fix

A lightweight mixin mod that fixes two bugs in TConstruct's Crafting Station related to how it interacts with Forge events and KubeJS recipes.

Bug 1: Empty ItemStack on Shift-Click (TConstruct#5599)

When shift-clicking the result slot of the Crafting Station, ItemCraftedEvent fires with an empty ItemStack instead of the actual crafted item. This breaks any mod or script listening to that event.

Root cause: quickMoveStack() passes the crafted stack through inventory movement operations that empty it in-place before passing it to takeResult(), which fires the event.

Fix: A @Redirect mixin re-fetches the crafted result directly from the recipe before the event fires.

Bug 2: KubeJS modifyResult() Fails in Crafting Station

KubeJS recipes using modifyResult() that depend on the crafting player (e.g. dimension checks, player-specific NBT) produce incorrect results when crafted in the Crafting Station. The callback receives null for the player.

Root cause: KubeJS extracts the player by checking for vanilla CraftingMenu or InventoryMenu instances only. TConstruct uses its own CraftingStationContainerMenu with a CraftingContainerWrapper that has no menu reference. TConstruct correctly calls ForgeHooks.setCraftingPlayer() before recipe assembly, but KubeJS never checks that fallback.

Fix: An @Inject mixin on ModifyRecipeCraftingGrid.getPlayer() adds a ForgeHooks.getCraftingPlayer() fallback, which works for any modded crafting container that properly sets the ForgeHooks context.

Requirements

  • Minecraft 1.20.1
  • Forge 47+
  • Tinkers' Construct 3.8+
  • KubeJS 2001.6+

Technical Details

This mod contains two mixins and no runtime code beyond them

The Tinker's Construct Crafting Station Fix Team

HighCrafter tier frameprofile avatar
Owner
HighCrafter tier icon
  • 22
    Followers
  • 26
    Projects
  • 5.9M
    Downloads

More from SaerethView all

  • NeoSync project image

    NeoSync

    Inspired by the original Sync mod, NeoSync lets you clone yourself into shells each with its own inventory, XP, and gamemode and swap minds between them across time and space.

    • 115.7K
    • August 14, 2026
  • Animus project image

    Animus

    Bloodmagic addon with rituals and more

    • 6.2M
    • August 13, 2026
  • Nutritional project image

    Nutritional

    Nutritional adds a diet system where every food counts toward five groups: dairy, fruit, grain, protein, and vegetable. Keep them balanced to climb diet tiers and earn health, speed, and armor bonuses. Eat poorly and pay for it. Datapack-driven.

    • 558
    • August 13, 2026
  • Graveless project image

    Graveless

    Not just another grave mod... Your ghost waits at your death site under a beacon of light, holding every item for a one-click restore to its original slot. Spirit Compass tracking, a 3D grave browser, mob protection, and no physical grave block to lose.

    • 90
    • August 13, 2026
  • NeoSync project image

    NeoSync

    Inspired by the original Sync mod, NeoSync lets you clone yourself into shells each with its own inventory, XP, and gamemode and swap minds between them across time and space.

    • 115.7K
    • August 14, 2026
  • Animus project image

    Animus

    Bloodmagic addon with rituals and more

    • 6.2M
    • August 13, 2026
  • Nutritional project image

    Nutritional

    Nutritional adds a diet system where every food counts toward five groups: dairy, fruit, grain, protein, and vegetable. Keep them balanced to climb diet tiers and earn health, speed, and armor bonuses. Eat poorly and pay for it. Datapack-driven.

    • 558
    • August 13, 2026
  • Graveless project image

    Graveless

    Not just another grave mod... Your ghost waits at your death site under a beacon of light, holding every item for a one-click restore to its original slot. Spirit Compass tracking, a 3D grave browser, mob protection, and no physical grave block to lose.

    • 90
    • August 13, 2026