File Details
Computale-0.2.0.jar
- B
- Jan 18, 2026
- 407.15 KB
- 551
- Early Access
File Name
Computale-0.2.0.jar
Supported Versions
- Early Access
New Features
- Basic Lua File System (
fs): Implemented a basic file system to manage files.- API:
fs.list,fs.exists,fs.isDir,fs.makeDir,fs.delete,fs.open. - Note: The
fspackage might be merged with the standardiopackage in future updates.
- API:
- Background Scripts (Experimental): Added support for running scripts in the background.
- Usage: Use
run [script.lua]from the shell. Ensure the file exists via the newfscommands. - Warning: This feature is unstable and may have side effects, or even not work at all.
- Usage: Use
Gameplay & Assets
- Crafting: The CopperComputer can now be crafted at the Workbench (under the "Tinkering" section).
- Visuals: Updated the item icon for the CopperComputer.

