Wysicraft · Minecraft 1.21.1 · NeoForge

Minecraft screens,
drawn, not

A visual designer for Minecraft menus, dashboards, shops and control panels. Drag controls onto a canvas, wire buttons to actions or JavaScript, preview it on your desktop, then export one mod JAR. No Java screen classes.

Windows 10 / 11Minecraft 1.21.1NeoForge 21.1.250+Free download
scripts/client/cockpit.js

        
The editor

Looks like an IDE. Builds like a canvas.

Toolbox, layers and properties where you'd expect them. Dockable panels, a real undo history, keyboard shortcuts you can rebind, and a canvas that shows exactly what players will see.

The Wysicraft editor showing an airship control screen with toolbox, layers and properties panels
The Airship Controls sample: every control in Layers, screen settings in Properties.
How it works

Draw it. Wire it. Ship it.

If making a Minecraft menu takes a whole Java class, that sounds like next week's project.

01
Draw the screen.Drag buttons, labels, images, sliders, item icons and lists onto the canvas. Resize, align, group and nest them in panels.
02
Wire it up.Attach built-in actions to clicks and inputs, or write a small JavaScript function. Client for instant visuals, server for trusted commands.
03
Preview on the desktop.Click everything in an interactive preview with a live console. Server actions are simulated, so nothing breaks.
04
Test in real Minecraft.One button launches a real 1.21.1 NeoForge instance with your project installed. F6 opens it, Apply changes reloads it.
05
Export one JAR.Screens, images, scripts and the runtime in a single mod file. Drop it in mods and type /yourproject.open.
What's in the box

More than a drag-and-drop toy.

Everything needed to go from idea to installed mod, with the boring parts automated and the risky parts handled on the server where they belong.

01

A proper canvas

Eight resize handles, box selection that starts anywhere, zoom, snapping, align and distribute, lock, and 200 steps of undo.

02

Live anchors

Pin controls to edges or stretch them. Resize a panel and its contents reflow on the canvas, exactly as they will in any game window.

03

Layers, groups & panels

Nested groups, isolation mode, eye and lock toggles, and drag-onto-a-panel to parent. Children clip, move and hide with their panel.

04

Reusable components

Save a header or toolbar once, place linked copies everywhere, update them all at once. Eight built-in starters included.

05

Actions & JavaScript

Built-in actions for the common stuff, a bundled JavaScript engine for the rest, and ready-made script templates for grants, commands and lists.

06

Items & item lists

Browse real Minecraft and modded items, drop in icons, and build scrollable shops and inventories with custom row templates.

07

Server-authoritative

Clients only report "this was clicked". The server checks sessions, conditions, permissions and cooldowns. Nobody gets extra permissions.

08

KubeJS ready

Write KubeJS server handlers alongside standard scripts. Export for KubeJS bundles them into the same JAR.

09

Build with an AI assistant

Click Start MCP server and let Claude or another MCP assistant add controls, write scripts and validate, with every change undoable.

Download

Get Wysicraft .

Both downloads contain the same editor with its own .NET runtime built in. Pick the installer for a normal Windows install, or the portable ZIP to run it from any folder.

RecommendedSETUP.EXE

Windows installer

Installs for your user account, no admin rights needed. Adds a Start-menu shortcut and opens .wysicraftproj files on double-click. Upgrade by running a newer installer.

Start menuFile associationClean uninstall
Download installer ↓ Wysicraft-Setup.exe · 96 MB
PortableZIP

Portable ZIP

No installation. Extract anywhere and run Designer\Wysicraft.Designer.exe. Includes the Minecraft runtime JAR and the test environment. Keep the folders together.

No installUSB friendlyRuntime JAR included
Download ZIP ↓ Wysicraft-win-x64.zip · 108 MB

Release notes and older versions on GitHub

To designWindows 10 or 11, 64-bit. Nothing else to install.
To test in MinecraftJava 21 and a few GB of disk for the first download.
To playMinecraft 1.21.1 with NeoForge 21.1.250+. The exported JAR includes the runtime.