HomeJavaModsBig_Workbenches
Big_Workbenches
ModsJava

Big_Workbenches

by Nikita_nik · on Modrinth

Adds advanced 5×5 and 7×7 crafting workbenches with full KubeJS recipe support. Includes optional Applied Energistics 2 integration, visual item…

⬇ Download on Modrinth
Big_Workbenches — screenshot 1Big_Workbenches — screenshot 2Big_Workbenches — screenshot 3Big_Workbenches — screenshot 4Big_Workbenches — screenshot 5

Mine Workbenches adds two advanced crafting tables designed for large and complex recipes, perfect for modpacks.

The mod introduces:

5×5 Workbench

5×5 Workbench

7×7 Workbench

7×7 Workbench

Features

When items are placed into the workbench, they are visually displayed on the block, making crafting feel more physical and intuitive. Visual Workbench

Recipe Editing (KubeJS)

All recipes are created and modified through KubeJS, allowing full control for modpack developers.

Example Recipe
ServerEvents.recipes(event => {
  event.remove({ output: 'mekanism:enrichment_chamber' })

  event.custom({
    type: 'mine_workbenchs:workbench_5x5',
    pattern: [
      'SFDFS',
      'FCNCF',
      'DBABD',
      'FCSCF',
      'SFDFS'
    ],
    key: {
      A: { item: 'mekanism:steel_casing' },
      B: { item: 'thermal:machine_pulverizer' },
      C: { item: 'enderio:sag_mill' },
      D: { item: 'thermalendergy:melodium_ingot' },
      F: { item: 'thermalendergy:prismalium_ingot' },
      S: { item: 'mekanism:alloy_infused' },
      N: { item: 'minecraft:nether_star' }
    },
    result: { item: 'mekanism:enrichment_chamber', count: 1 }
  }).id('kubejs:workbench_5x5/enrichment_chamber')
})

Applied Energistics 2 Integration (Optional)

The mod works perfectly without AE2, but if Applied Energistics 2 is installed: A module slot becomes available in the workbench Auto-crafting module can be inserted

Patterns are encoded using the pattern encoder in "template processing" mode.

If AE2 is not installed, the workbench continues to function normally — only the module slot and related features are hidden.

encoding pattern

Mine Workbenches supports:

Designed For Modpacks

Mine Workbenches is built for large progression packs and custom crafting systems:

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more