20 lines
No EOL
1.1 KiB
Markdown
20 lines
No EOL
1.1 KiB
Markdown
# TARDIM: In Control
|
|
### All of time and space, *now automated*.
|
|
|
|
This mod is an addon for the [TARDIM mod](https://www.curseforge.com/minecraft/mc-mods/tardim), and adds a way to control your time (but mostly space) machine using
|
|
[ComputerCraft: Tweaked](https://tweaked.cc) computers using a new "Digital TARDIM Interface" peripheral.
|
|
|
|
### How to use
|
|
* Place the Digital Interface peripheral inside your TARDIM.
|
|
* Connect a computer to the peripheral using a wired modem and wrap it with `peripheral.wrap()`.
|
|
* Call one of the many methods available to you.
|
|
|
|
All the methods can be found in the [API documentation](https:/google.com), and there are some examples in the [examples folder](/examples)
|
|
|
|
### Example usecases
|
|
* Monitor to display fuel levels, current location, and other information on a screen in a nice way.
|
|
* Way to remotely summon your TARDIM to you, or to a specific location. (Using chunkloaders)
|
|
* Refined control of your TARDIM, such as saving and loading locations, or setting a destination in a GUI.
|
|
* Visual effects that activate during flight.
|
|
|
|
The possibilities are endless, the only limit is your imagination! (And coding skills) |