25 lines
1.9 KiB
Markdown
25 lines
1.9 KiB
Markdown
# 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 receive 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 ComputerCraft itself in TARDIM: IC's Discord. I am far from the most experienced user of that mod.
|
|
|
|
## Notes about mod's peripherals
|
|
All of the peripherals throw if they are called outside a TARDIM. Only digital interface has ability to **set** data, others can only **get**.
|
|
|
|
## 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. |
|