
Modrinth · Minecraft mod
Advanced Computers
Yet another computer mod for Minecraft featuring state persistence, built on a fully custom vanilla Java cross-platform LUA 5.4 runtime.
Quick answer
Which Advanced Computers release should I use?
Advanced Computers 0.5.2-alpha targets 1.20.1 with Forge. Installation on the client is optional. Installation on the dedicated server is optional. No extra mods listed for this file.
Where it goes
Is Advanced Computers required on the client, server, or both?
Installation on the client is optional. Installation on the dedicated server is optional.
The source marks this as usable on both the client and server.
What else does Advanced Computers 0.5.2-alpha need?
0.5.2-alpha. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Advanced Computers without breaking your instance.
Built for Advanced Computers 0.5.2-alpha. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 0.5.2-alpha. It targets 1.20.1 with Forge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
Installation on the client is optional. Installation on the dedicated server is optional.
- 04
Pick the file you checked
Use the “Get this file” button beside 0.5.2-alpha. It opens that exact file at the source.
About this project
What does Advanced Computers add?
Advanced Computers
This is yet another computer mod for Minecraft, including a custom built LUA runtime, called JLuaVm, and thus also the ability to persist computer states across chunk unloading and even server shutdowns, meaning they wont be forcefully rebooted in such events. This is similar to the behaviour of OpenComputers-1.12, though we are using a fully-custom lua runtime.
This project is of course inspired by OpenComputers (for Minecraft 1.12) and the original ComputerCraft mod.
The mod itself and our Lua runtime are located under our Github organization: https://github.com/MidnightMages
THIS IS AN ALPHA
At this point there is still some fundamental content missing (thus the alpha tag) and there might also be a number of bugs present (please open an issue ticket if you find one).
Features
Currently adds programmable computers into Minecraft, along with screens, peripheral cables, real-world-internet-access, and redstone and inventory-interface peripherals, all being interactable through Lua 5.4.
For server owners:
As far as resource usage goes, we are only setting up a lua execution environment per computer and not an entire virtual machine, meaning these computers have a very low ram and disk space requirement.
Cpu time limiting based on computer tier is implemented, whereas ram & disk usage limiting currently is not.
Finding your way around
The included OS (Advanced OS) comes with the basic commands such as ls, rm and even a text editor called nano, inspired by the GNU nano. Additionally there is also pasteTextToFile, which listens for pasted-text (paste via middle mouse button) and then writes that into the specified file. E.g. pasteToFile someFile.lua.
(Almost all of) the api is documented in our wiki: https://wiki.ac.ghxx.dev/
You can also use the lua code vm.listUDKeys(components:getFirst("computer")) to programmatically figure out which fields a userdata object contains (in your current mod version). 'userdata' is a special Lua type that represents a Java object. All components are represented as userdata objects.
This combined with looking at the existing uefi.lua and operating system, both located in src/main/resources/assets/advancedcomputers/lua/* should hopefully give a decent point to start out with.
You can also find the current mod and minecraft version in the global _HOST variable. E.g AdvancedComputers 0.1.2-alpha; Minecraft 1.20.1.
Planned stuff (until we label the mod as a Beta):
Make the OS more usable (including rewriting the kernel), as currently it is very very bare (though does contain thelsandluaprograms)Making a wiki on https://wiki.ac.ghxx.dev/ that lists & describes all the api functions- Finish adding anything that is missing from the Lua standard library (most notably some edgecase features in pattern matching, i.e. edgecases in string.gsub and related functions, though they mostly work)
- Sending network packets between ingame computers (with some intelligent packet handling to avoid having to write a custom ingame IP protocol)
- Interaction with more minecraft blocks
- Make disk space limited and add a soft computer ram limit
- Adding ingame networking (computer to computer)
- Adding more fun stuff like servers, etc.
Targeted minecraft versions
Currently this targets Minecraft 1.20.1 (forge), but we do plan to extend that once the mod reaches the Release state (i.e. containing very few bugs and being mostly content complete).
License & Attribution
Feel free to include this mod in any modpacks without attributing us.
It would be nice if you could send us a message in Discord if you use this mod as part of a modpack as we are curious, but this is not required.
As far as non-modpack usage goes, do not reupload mod builds anywhere.
As specified in the LICENSE file, the mod is published under the MIT license.
An exception to this are the fonts, which are located in the /assetSources/font in the git repository. For those, the associated license in that folder applies.
Feel free to use JLuaVm for another Minecraft mod too, as that is licensed as MIT as well.
Project description from Modrinth.
Pick your setup
Advanced Computers by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Advanced Computers versions and loaders
0.5.2-alpha
advancedcomputers-1.20.1-0.5.2-alpha.jar
5 Aug 2026
0.5.1-alpha
advancedcomputers-1.20.1-0.5.1-alpha.jar
3 Aug 2026
0.5.0-alpha
advancedcomputers-1.20.1-0.5.0-alpha.jar
2 Aug 2026
0.4.0-alpha
advancedcomputers-1.20.1-0.4.0-alpha.jar
30 Jul 2026
0.3.1-alpha
advancedcomputers-1.20.1-0.3.1-alpha.jar
25 Jul 2026
0.3.0-alpha
advancedcomputers-1.20.1-0.3.0-alpha.jar
12 Apr 2026
0.2.2-alpha
advancedcomputers-1.20.1-0.2.2-alpha.jar
4 Apr 2026
0.2.1-alpha
advancedcomputers-1.20.1-0.2.1-alpha.jar
1 Apr 2026
0.2.0-alpha
advancedcomputers-1.20.1-0.2.0-alpha.jar
31 Mar 2026
0.1.10-alpha
advancedcomputers-1.20.1-0.1.10-alpha.jar
29 Mar 2026
0.1.4-alpha
advancedcomputers-1.20.1-0.1.4-alpha.jar
15 Mar 2026
Looking for an older file? The official Modrinth project page is in Resources.