You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This mod adds computers that can be programmed in Lua. Computers persist across saves (i.e. execution resumes where the computer was saved when it is loaded again), they are highly modular (there are graphics cards, network cards, redstone cards, ...). If a compatible power generating mod is present, by default they will need power to run - however, like pretty much everything else about the mod, this can be changed in the config.
Having lua as modding language is a power for us, as its easy to run lua code inside lua code.
Describe the mod
This mod adds computers that can be programmed in Lua. Computers persist across saves (i.e. execution resumes where the computer was saved when it is loaded again), they are highly modular (there are graphics cards, network cards, redstone cards, ...). If a compatible power generating mod is present, by default they will need power to run - however, like pretty much everything else about the mod, this can be changed in the config.
Having lua as modding language is a power for us, as its easy to run lua code inside lua code.
Link to original mod
https://www.curseforge.com/minecraft/mc-mods/opencomputers
Source Code
Yes (MIT)
Minecraft Version
1.12
Engine
Forge
The text was updated successfully, but these errors were encountered: