create-schematic-compute

⭐ — (18 endorsements) 📥 107,112 downloads 📌 v1.2.4.1 📅 6/5/2026
🟡 Updated this year

By StarryNight_Luo · management

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 7/31/2026 📅 Created: 6/5/2026
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.0% endorsement rate

📋 About This Mod

# Create: Schematic Compute <p align="center"> <b>🎮 7 Programmable Blocks · 86 Node Types · Formula Syntax Highlighting & Autocomplete · Multiplayer Collaboration</b><br> <b>七种可编程方块 · 86种节点 · 公式语法高亮与自动补全 · 多人实时协作</b><br> <i>Drag, connect, and build logic — just like Unreal Engine Blueprints!</i><br> <i>拖拽连接,构建逻辑 — 像虚幻引擎蓝图一样直观!</i><br> <i>Created by <b>StarryNight_Luo</b> (y15173334444)</i> </p> <p align="center"> <a href="https://github.com/y15173334444/create-schematic-compute"><img src="https://img.shields.io/badge/GitHub-y15173334444/create--schematic--compute-blue?style=flat-square&logo=github" alt="GitHub"></a> <a href="https://github.com/y15173334444/create-schematic-compute/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-green?style=flat-square" alt="License"></a> <a href="https://github.com/y15173334444/create-schematic-compute/releases"><img src="https://img.shields.io/badge/Version-1.2.4.1-blue?style=flat-square" alt="Version"></a> <a href="https://neoforged.net/"><img src="https://img.shields.io/badge/NeoForge-21.1.233-orange?style=flat-square" alt="NeoForge"></a> <a href="https://modrinth.com/mod/create"><img src="https://img.shields.io/badge/Create-6.0.10-brightgreen?style=flat-square" alt="Create"></a> <a href="https://www.minecraft.net/"><img src="https://img.shields.io/badge/Minecraft-1.21.1-8B4513?style=flat-square" alt="MC"></a> </p> --- ## 📖 Overview / 简介 **🇬🇧** Create: Schematic Compute is a **Create mod addon** that introduces **7 programmable blocks + 1 portable terminal** with a **visual node-based programming system**. Instead of writing complex redstone circuits, simply drag and connect nodes to build logic — just like Unreal Engine Blueprints or Blender Geometry Nodes. Each computer runs at **20Hz (every game tick)** for real-time control. **All 7 blocks support real-time multiplayer collaborative editing** with live cursor tracking and node lock protection. The **FORMULA script editor** features syntax highlighting (9 token colours), intelligent autocomplete (functions, variables, `@output`), real-time validation with error badges, and named constants `(PI)`/`(E)`. **🇨🇳** **机械动力:蓝图计算机** 是一个机械动力附属模组,添加了**七种可编程方块和一个便携终端**,采用**可视化节点图编程系统**。无需搭建复杂红石电路,只需拖拽连接节点即可构建逻辑——就像虚幻引擎的蓝图系统或 Blender 的几何节点一样直观。每台设备拥有独立的节点图,以 **20Hz(每游戏刻)** 的频率运行,适合实时控制应用。**全部 7 种方块支持多人实时协作编辑**,带实时光标追踪和节点锁定保护。**FORMULA 公式脚本编辑器** 支持语法高亮(9 种词法颜色)、智能自动补全(函数、变量、`@output`)、实时校验与错误徽章、以及命名常量 `(PI)`/`(E)`。 --- ## 🖥️ Blocks / 方块 ### 🖥️ Holographic Monitor / 全息显示器 **3D floating display / 3D 悬浮显示方块** | Feature / 功能 | Description / 说明 | |----------------|-------------------| | 🖼️ Display Nodes / 显示节点 | TEXT, DATA, IMAGE, IMAGE_SEQUENCE / 文本、数值、图片、动画 | | 🎨 16×16 Pixel Editor / 16×16像素编辑器 | Multi-frame animation + undo/redo / 多帧动画+撤销重做 | | 📋 Layer Panel / 图层面板 | Drag-drop reorder + 24×24 thumbnails / 拖拽排序+缩略图预览 | | 🎯 3D Positioning / 3D定位 | X/Y/Z + Roll/Pitch/Yaw freely adjustable / 自由调整位置和旋转 | | 📡 Signal-Driven / 信号驱动 | IMAGE position/rotation via input signals / 通过输入信号驱位置旋转 | | 📡 Redstone Input / 红石输入 | Read Redstone Link signals / 从红石链接网络读取信号 | --- ### 🖥️ Blueprint Computer / 蓝图计算机 **Redstone Link controller / 红石链接控制器** | Feature / 功能 | Description / 说明 | |----------------|-------------------| | 📡 Redstone I/O / 红石I/O | Read/Write Redstone Link network / 读写红石链接网络 | | 🔗 Private Signal / 私有信号 | Named channel cross-computer communication / 命名通道跨计算机通信 | | 🚌 Bus System / 总线系统 | BUS_IN/BUS_OUT multi-band data sharing / 多频段数据共享 | | 📦 Encapsulation I/O / 封装导入导出 | File browser import/export .nbt files / 文件浏览器导入导出 | --- ### ⚡ Speed Proxy / 转速代理控制器 **Speed Controller direct control / 转速直控** | Feature / 功能 | Description / 说明 | |----------------|-------------------| | 🔄 Speed Control / 转速控制 | Set adjacent Speed Controller RPM (-256~256) / 设置相邻转速控制器RPM | | 🔗 Private Signal / 私有信号输入 | Named channel cross-computer coordination / 命名通道跨计算机联动 | --- ### 🔌 Program Computer / 编程计算机 **Sequential logic / 时序逻辑专用机** | Feature / 功能 | Description / 说明 | |----------------|-------------------| | 📡 Redstone I/O / 红石I/O | Redstone Link network communication / 红石链接网络通信 | | 🔗 Private Signal / 私有信号 | PRIVATE_IN/PRIVATE_OUT named channel I/O / 命名通道I/O | | ⏱️ Sequential Nodes / 时序节点 | Delay/Latch/T Flip-Flop/Gate/Pulse Extend/Loop/Fuse/Accumulator/Integrator / 延时/锁存器/T触发器/闸门/脉冲延长/循环/保险/累计器/连续积分器 | --- ### 🪑 Control Seat / 控制座椅 **Sit-able controller / 可乘坐控制器** | Feature / 功能 | Description / 说明 | |----------------|-------------------| | ⌨️ 58 Key Bindings / 58键绑定 | Click-to-bind UI / 点击绑定 | | 🖱️ Dual Mode / 双模式 | Joystick (mouse delta) / View Angle (rotation difference) / 摇杆/视角差 | | 🎮 Gamepad / 手柄 | Dual stick + 15 buttons + analog triggers LT/RT / 双摇杆+15键+模拟扳机 | | 🔄 Sable Compatible / Sable兼容 | Two camera modes (FIXED / VIEW_DIFFERENCE), world-orientation tracking via quaternion / 双相机模式,四元数世界朝向追踪 | | 🚪 Controls / 操作 | Right-click sit / `Shift`+Right-click editor / `~` d

# Create: Schematic Compute

🎮 7 Programmable Blocks · 86 Node Types · Formula Syntax Highlighting & Autocomplete · Multiplayer Collaboration

七种可编程方块 · 86种节点 · 公式语法高亮与自动补全 · 多人实时协作

Drag, connect, and build logic — just like Unreal Engine Blueprints!

拖拽连接,构建逻辑 — 像虚幻引擎蓝图一样直观!

Created by StarryNight_Luo (y15173334444)

GitHub License Version NeoForge Create MC

## 📖 Overview / 简介

🇬🇧 Create: Schematic Compute is a Create mod addon that introduces 7 programmable blocks + 1 portable terminal with a visual node-based programming system. Instead of writing complex redstone circuits, simply drag and connect nodes to build logic — just like Unreal Engine Blueprints or Blender Geometry Nodes. Each computer runs at 20Hz (every game tick) for real-time control. All 7 blocks support real-time multiplayer collaborative editing with live cursor tracking and node lock protection. The FORMULA script editor features syntax highlighting (9 token colours), intelligent autocomplete (functions, variables, `@output`), real-time validation with error badges, and named constants `(PI)`/`(E)`.

🇨🇳 机械动力:蓝图计算机 是一个机械动力附属模组,添加了七种可编程方块和一个便携终端,采用可视化节点图编程系统。无需搭建复杂红石电路,只需拖拽连接节点即可构建逻辑——就像虚幻引擎的蓝图系统或 Blender 的几何节点一样直观。每台设备拥有独立的节点图,以 20Hz(每游戏刻) 的频率运行,适合实时控制应用。全部 7 种方块支持多人实时协作编辑,带实时光标追踪和节点锁定保护。FORMULA 公式脚本编辑器 支持语法高亮(9 种词法颜色)、智能自动补全(函数、变量、`@output`)、实时校验与错误徽章、以及命名常量 `(PI)`/`(E)`。

## 🖥️ Blocks / 方块

### 🖥️ Holographic Monitor / 全息显示器 3D floating display / 3D 悬浮显示方块

| Feature / 功能 | Description / 说明 | |----------------|-------------------| | 🖼️ Display Nodes / 显示节点 | TEXT, DATA, IMAGE, IMAGE_SEQUENCE / 文本、数值、图片、动画 | | 🎨 16×16 Pixel Editor / 16×16像素编辑器 | Multi-frame animation + undo/redo / 多帧动画+撤销重做 | | 📋 Layer Panel / 图层面板 | Drag-drop reorder + 24×24 thumbnails / 拖拽排序+缩略图预览 | | 🎯 3D Positioning / 3D定位 | X/Y/Z + Roll/Pitch/Yaw freely adjustable / 自由调整位置和旋转 | | 📡 Signal-Driven / 信号驱动 | IMAGE position/rotation via input signals / 通过输入信号驱位置旋转 | | 📡 Redstone Input / 红石输入 | Read Redstone Link signals / 从红石链接网络读取信号 |

### 🖥️ Blueprint Computer / 蓝图计算机 Redstone Link controller / 红石链接控制器

| Feature / 功能 | Description / 说明 | |----------------|-------------------| | 📡 Redstone I/O / 红石I/O | Read/Write Redstone Link network / 读写红石链接网络 | | 🔗 Private Signal / 私有信号 | Named channel cross-computer communication / 命名通道跨计算机通信 | | 🚌 Bus System / 总线系统 | BUS_IN/BUS_OUT multi-band data sharing / 多频段数据共享 | | 📦 Encapsulation I/O / 封装导入导出 | File browser import/export .nbt files / 文件浏览器导入导出 |

### ⚡ Speed Proxy / 转速代理控制器 Speed Controller direct control / 转速直控

| Feature / 功能 | Description / 说明 | |----------------|-------------------| | 🔄 Speed Control / 转速控制 | Set adjacent Speed Controller RPM (-256~256) / 设置相邻转速控制器RPM | | 🔗 Private Signal / 私有信号输入 | Named channel cross-computer coordination / 命名通道跨计算机联动 |

### 🔌 Program Computer / 编程计算机 Sequential logic / 时序逻辑专用机

| Feature / 功能 | Description / 说明 | |----------------|-------------------| | 📡 Redstone I/O / 红石I/O | Redstone Link network communication / 红石链接网络通信 | | 🔗 Private Signal / 私有信号 | PRIVATE_IN/PRIVATE_OUT named channel I/O / 命名通道I/O | | ⏱️ Sequential Nodes / 时序节点 | Delay/Latch/T Flip-Flop/Gate/Pulse Extend/Loop/Fuse/Accumulator/Integrator / 延时/锁存器/T触发器/闸门/脉冲延长/循环/保险/累计器/连续积分器 |

### 🪑 Control Seat / 控制座椅 Sit-able controller / 可乘坐控制器

| Feature / 功能 | Description / 说明 | |----------------|-------------------| | ⌨️ 58 Key Bindings / 58键绑定 | Click-to-bind UI / 点击绑定 | | 🖱️ Dual Mode / 双模式 | Joystick (mouse delta) / View Angle (rotation difference) / 摇杆/视角差 | | 🎮 Gamepad / 手柄 | Dual stick + 15 buttons + analog triggers LT/RT / 双摇杆+15键+模拟扳机 | | 🔄 Sable Compatible / Sable兼容 | Two camera modes (FIXED / VIEW_DIFFERENCE), world-orientation tracking via quaternion / 双相机模式,四元数世界朝向追踪 | | 🚪 Controls / 操作 | Right-click sit / `Shift`+Right-click editor / `~` d

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
StarryNight_Luo
Version
1.2.4.1
Downloads
107,112
Endorsements
18
Category
management
Created
6/5/2026
Updated
7/31/2026
Game Versions
1.21.1
Tags
management, technology

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does create-schematic-compute support?

The author lists 1.21.1. Other versions may work but are untested by the author.

What is the latest version of create-schematic-compute?

Version 1.2.4.1, published 2026-07-31 with 107,112 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More management 👤 More by StarryNight_Luo 🔎 Similar Mods 🌐 Best management (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods