Advanced Computers: Difference between revisions
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
This persistence mechanism is provided by our custom Lua runtime, called JLuaVM, available on [https://github.com/MidnightMages/JLuaVM GitHub]. | This persistence mechanism is provided by our custom Lua runtime, called JLuaVM, available on [https://github.com/MidnightMages/JLuaVM GitHub]. | ||
{{Navbox content}} | |||
Latest revision as of 18:21, 31 July 2026
Advanced Computers is a Minecraft mod targeting forge 1.20.1. It implements multiple Computer tiers, each being able to execute Lua code. This is comparable to other mods such as Computer Craft and Open Computers.
In contrast to these mods, Advanced Computers aims at providing crafting recipes that are less nested and most importantly, state persistence built from scratch. This means that programs can be paused at pretty much any point in time and the state can then be saved and restored, without needing any special handling in the running Lua code. In Minecraft, this means that computers wont be forcefully restarted upon world saving and reloading.
This persistence mechanism is provided by our custom Lua runtime, called JLuaVM, available on GitHub.