Work in progress
Computercraft can be a really fun mod that is extremely versatile. All that is required to get started is a few basic minecraft resources and some Lua know-how. This guide will not be a complete guide on how to code in Lua. There are plenty of guides out there on the internet to help you understand the basics of how Lua works, not to mention the official reference manual and the computercraft wiki
The purpose of this guide is to give practical tutorials on how to accomplish certain things with computercraft. When starting out it can be pretty difficult to know all at once the things you will need to accomplish a certain task. I hope this guide might help some people with those problems.
Although a basic understanding of Lua is advised, I will put up a brief glossary of terms to make sure the guide is as un-confusing as possible. It is also a good idea to familiarise yourself with the apis that come with computercraft. Documentation can be found here
I will arrange these tutorials in projects. Some projects I have nearly finished writing and will be up soon (I mainly need to check them for confusing inconsistencies and stuff like that) and I am working slowly on the others when I get time. More projects will be added as a think of practical ones.
Projects:
Computercraft can be a really fun mod that is extremely versatile. All that is required to get started is a few basic minecraft resources and some Lua know-how. This guide will not be a complete guide on how to code in Lua. There are plenty of guides out there on the internet to help you understand the basics of how Lua works, not to mention the official reference manual and the computercraft wiki
The purpose of this guide is to give practical tutorials on how to accomplish certain things with computercraft. When starting out it can be pretty difficult to know all at once the things you will need to accomplish a certain task. I hope this guide might help some people with those problems.
Although a basic understanding of Lua is advised, I will put up a brief glossary of terms to make sure the guide is as un-confusing as possible. It is also a good idea to familiarise yourself with the apis that come with computercraft. Documentation can be found here
- http://computercraft.info/wiki/Category:APIs
- http://computercraft.info/wiki/Printer
- http://computercraft.info/wiki/Modem_(API)
- http://computercraft.info/wiki/Computer_(API)
I will arrange these tutorials in projects. Some projects I have nearly finished writing and will be up soon (I mainly need to check them for confusing inconsistencies and stuff like that) and I am working slowly on the others when I get time. More projects will be added as a think of practical ones.
Projects:
- Glossary of terms
- Fun with the peripheral API
- Password protection and other security measures
- Fun with modem communication
- Engine control
- Tank data
- Inventory interaction
- Automating hard machines like the crystalliser
- Railcraft assistance
- +whatever else I can think of/you suggest