Advanced Computers: Difference between revisions
Created page with "Advanced Computers is a Minecraft mod targeting forge 1.20.1. It implements multiple Computer tiers, each being able to execute [https://www.lua.org/about.html Lua] code. This is comparable to other mods such as [https://www.lua.org/about.html Computer Craft] and [https://github.com/MightyPirates/OpenComputers Open Computers]. In contrast to these mods, Advanced Computers aims at providing crafting recipes that are less nested and most importantly, state persistence..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
Advanced Computers is a Minecraft mod targeting forge 1.20.1. It implements multiple [[Computer]] tiers, each being able to execute [https://www.lua.org/about.html Lua] code. This is comparable to other mods such as [https://www.lua.org/about.html Computer Craft] and [https://github.com/MightyPirates/OpenComputers Open Computers]. | [https://github.com/MidnightMages/AdvancedComputers Advanced Computers] is a Minecraft mod targeting forge 1.20.1. It implements multiple [[Computer]] tiers, each being able to execute [https://www.lua.org/about.html Lua] code. This is comparable to other mods such as [https://www.lua.org/about.html Computer Craft] and [https://github.com/MightyPirates/OpenComputers 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 | 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. | 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 [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.