mineclone2-mods / mods-requests

Suggest new Minecraft mods to port to MineClone2 in issues.
https://github.com/orgs/mineclone2-mods/projects/2
2 stars 0 forks source link

[Mod]: OpenComputers #5

Open AFCMS opened 2 years ago

AFCMS commented 2 years ago

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