Jump to content

Computer: Difference between revisions

From Advanced Computers Wiki
Created page with "thumb|All computer tiers ingame Computers come in 5 different tiers, namely Wood, Iron, Diamond, Netherite and finally Creative, though that tier is not available in survival. These tiers only differ in the amount of inventory slots and computer speed. In the future, tiers will also impact the amount of usable memory. thumb|alt=Netherite computer gui|Netherite computer gui The computer is what provid..."
 
No edit summary
Line 21: Line 21:
|}
|}


Note: keep in mind that starting the computer initially may take some time; give it a few seconds. This is because the JLuaVM is warming up and will be fixed in future. Successive runs are much faster as the Lua code is already compiled and loaded from one of the two compilation caches (the second one even persists across world reload).
{{Note|Keep in mind that starting the computer initially may take some time; give it a few seconds. This is because the JLuaVM is warming up and will be fixed in future. Successive runs are much faster as the Lua code is already compiled and loaded from one of the two compilation caches (the second one even persists across world reload).}}


{{Navbox content}}
{{Navbox content}}

Revision as of 19:33, 31 July 2026

All computer tiers ingame

Computers come in 5 different tiers, namely Wood, Iron, Diamond, Netherite and finally Creative, though that tier is not available in survival. These tiers only differ in the amount of inventory slots and computer speed. In the future, tiers will also impact the amount of usable memory.

Netherite computer gui
Netherite computer gui

The computer is what provides most of the core Lua components and is where you place item-components, such as Hard Disk Drives or Floppy Disks. You can start the computer by pressing the power button shown in the gui-image. Similarly, to forcefully stop a computer you can press the same button. Both actions can also be performed by shift-right-clicking the computer with an empty hand, which then either starts or stops it, depending on the current state.

The lit indicator on the front of the computer indicates the run-state. A computer can be in one of the following states:

Run states
Color State
Red - On Stopped
Red - Blinking Crashed
Green - On Running
Green - Blinking Currently unimplemented, but will indicate Working in the future
Keep in mind that starting the computer initially may take some time; give it a few seconds. This is because the JLuaVM is warming up and will be fixed in future. Successive runs are much faster as the Lua code is already compiled and loaded from one of the two compilation caches (the second one even persists across world reload).