Game launches, blocks place. Now for the content.

This commit is contained in:
Andrew-71 2023-08-02 20:42:21 +03:00
parent 987a18c360
commit 4c6939e69f
89 changed files with 1191 additions and 548 deletions

View 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. |

View file

@ -0,0 +1 @@
# Digital TARDIM Interface

3
docs/index.md Normal file
View file

@ -0,0 +1,3 @@
## Welcome to TARDIM: IC docs!
This mod aims to improve TARDIM by adding new features and integration with other mods such as ComputerCraft or Create.

1
docs/recipes.md Normal file
View file

@ -0,0 +1 @@
# Crafting recipes for the mod's blocks