Description
Computale brings the power of programmable computers to Hytale! Heavily inspired by the legendary ComputerCraft mod for Minecraft, Computale allows you to write code, automate tasks, and build complex systems using the Lua programming language directly within the game.
🚧 Development Status
Disclaimer: This mod is currently under active development. Features are being added and refined constantly. You may encounter bugs or incomplete features independently of the final vision.
✨ Features
- Integrated Lua Environment: Write and execute Lua code in-game.
- REPL: A responsive command-line interface to test code snippets and control your computer in real-time.
- Safety: Safely run loops and complex scripts without freezing the game server. Every script runs in its own isolated environment and instructions per tick are limited.
- File System: (Planned) Save and load your scripts.
- APIs: (Planned) Interact with the Hytale world, blocks, and redstone equivalents.
🚀 Getting Started
- Craft or spawn a CopperComputer block from the Workbench (under the "Tinkering" tab).
- Interract (
F) to open the interface. - You will be greeted by the TaleOS shell.
- Type
luato enter the Lua REPL. - Try running
print("Hello, Hytale!")!
📜 Credits
- Inspired by ComputerCraft by Dan200 and CC: Tweaked by SquidDev.


