Game launches, blocks place. Now for the content.
This commit is contained in:
parent
987a18c360
commit
4c6939e69f
89 changed files with 1191 additions and 548 deletions
20
docs/computercraft/index.md
Normal file
20
docs/computercraft/index.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# ComputerCraft compatibility
|
||||
If you have ComputerCraft: Tweaked installed,
|
||||
TARDIM: IC provides quite a few peripherals.
|
||||
The main one is new Digital TARDIM Interface,
|
||||
which gives you complete control over your TARDIM.
|
||||
However, some TARDIM blocks also recieve getters for information related to them.
|
||||
|
||||
## ComputerCraft for beginners
|
||||
ComputerCraft adds working computers to minecraft, controlled by Lua language.
|
||||
If you are new, [CC's official discord](https://discord.com/servers/minecraft-computer-mods-477910221872824320) has a lot of people who can help.\
|
||||
I also suggest taking a look at [Lua's website](https://www.lua.org/start.html) and [CC: Tweaked's documentaion](https://tweaked.cc)\
|
||||
Please do not ask questions about CC itself in TARDIM: IC's Discord.
|
||||
|
||||
## Available peripherals
|
||||
| Type | Description |
|
||||
|-----------------------------------------------------------|----------------------------------------------------------------------------------------|
|
||||
| [**Digital Interface**](peripherals/digital_interface.md) | Total control over your TARDIM. |
|
||||
| [**Fuel Storage**](peripherals/fuel_storage.md) | Gives info about fuel. |
|
||||
| [**TARDIM Scanner**](peripherals/tardim_scanner.md) | Gives info about TARDIM's inhabitants and things like existing biomes, online players. |
|
||||
| [**Time Rotor**](peripherals/time_rotor.md) | Gives info about flight status, destination and current location. |
|
Loading…
Add table
Add a link
Reference in a new issue