promotional bannermobile promotional banner

VisibleJS

A mod for making the recipe scripts easier for kubejs!

VisibleJS

Make KubeJS recipe scripting simple and visual!

VisibleJS is a Minecraft Forge mod that provides an interactive recipe creation tool, allowing you to quickly generate KubeJS recipe scripts through an intuitive GUI without manually writing code.

Features

  • 8 Recipe Types Supported: Shaped/Shapeless Crafting, Smelting, Blasting, Smoking, Campfire Cooking, Smithing, Stonecutting
  • Vanilla UI Experience: Each recipe type uses the corresponding vanilla Minecraft UI texture for intuitive operation
  • One-Click Script Generation: Fill in items and click the button to automatically generate standard KubeJS recipe code
  • Automatic File Management: Generated scripts are automatically saved to the corresponding category files under kubejs/server_scripts/
  • Real-Time Recipe Preview: View generated script content instantly in-game

Usage

  1. Obtain the recipe_creator tool from the Creative Mode inventory
  2. Right-click with the tool to open the Recipe Editor
  3. Use the < > buttons at the top to switch recipe types
  4. Place input materials and output items following vanilla conventions
  5. Click the "Generate Script" button
  6. Scripts will be automatically saved to the corresponding file and displayed in the chat

Supported Recipe Types & Files

Recipe Type Save Location Description
Shaped Crafting crafting.js 3x3 crafting table ordered recipe
Shapeless Crafting crafting.js Any material combination recipe
Smelting smelting.js Standard furnace recipe
Blasting smelting.js Blast furnace fast smelting
Smoking smelting.js Smoker cooking
Campfire Cooking smelting.js Campfire slow cooking
Smithing smithing.js 1.20+ smithing recipe
Stonecutting stonecutting.js Stonecutter processing recipe

Requirements

  • Minecraft 1.20.1
  • Forge 47.3.10+
  • KubeJS 2001.6.5+ (Optional but recommended for testing generated scripts)

Generation Examples

Shaped Crafting

ServerEvents.recipes(event => {
  event.shaped('minecraft:diamond_pickaxe', [
    'AAA',
    ' B ',
    ' B '
  ], {
    A: 'minecraft:diamond',
    B: 'minecraft:stick'
  })
})

Smelting

ServerEvents.recipes(event => {
  event.smelting('minecraft:iron_ingot', 'minecraft:raw_iron')
})

Installation

Simply place the mod file into your game's mods folder.

Author

mo_guang


Let recipe creation return to intuition, leave the tedious coding to VisibleJS!

The VisibleJS Team

profile avatar
Owner
  • 5
    Followers
  • 6
    Projects
  • 113.5K
    Downloads

More from moguangView all

  • Create: New Horizon project image

    Create: New Horizon

    • 52.6K
    • Modpacks

    A large modpack with GregTechCEu Modern and Create.

    • 52.6K
    • April 29, 2026
    • Modpacks
    • +4
  • CTNH Core project image

    CTNH Core

    • 30.4K
    • Mods

    Mod for the modpack Create: New Horizon

    • 30.4K
    • April 29, 2026
    • Mods
  • CT++ project image

    CT++

    • 14.3K
    • Mods

    A mod for the compabilities between GTM and Create

    • 14.3K
    • December 10, 2025
    • Mods
    • +2
  • CTNH Bio project image

    CTNH Bio

    • 1.3K
    • Mods

    A mod for the compability between biomancy and Gregtech Modern

    • 1.3K
    • October 5, 2025
    • Mods
  • Create: New Horizon project image

    Create: New Horizon

    • 52.6K
    • Modpacks

    A large modpack with GregTechCEu Modern and Create.

    • 52.6K
    • April 29, 2026
    • Modpacks
    • +4
  • CTNH Core project image

    CTNH Core

    • 30.4K
    • Mods

    Mod for the modpack Create: New Horizon

    • 30.4K
    • April 29, 2026
    • Mods
  • CT++ project image

    CT++

    • 14.3K
    • Mods

    A mod for the compabilities between GTM and Create

    • 14.3K
    • December 10, 2025
    • Mods
    • +2
  • CTNH Bio project image

    CTNH Bio

    • 1.3K
    • Mods

    A mod for the compability between biomancy and Gregtech Modern

    • 1.3K
    • October 5, 2025
    • Mods