Mod

VisibleJS

Quick rating

VisibleJS

No reviews yet

A mod for making the recipe scripts easier for kubejs!

Mod Loaders
Forge
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
visiblejs-1.0.1-neoforge-1.21.1.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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!

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync