Final adjustments
This commit is contained in:
parent
78a5cb111b
commit
83203d81c8
2 changed files with 10 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||

|
||||

|
||||
### All of time and space, *now automated and improved*.
|
||||
|
||||
This mod is an addon for the [TARDIM mod](https://www.curseforge.com/minecraft/mc-mods/tardim),
|
||||
|
@ -10,12 +10,12 @@ and even other mods like [ComputerCraft: Tweaked](https://tweaked.cc) or [Create
|
|||
* Improved fuel system, which will take in any furnace fuel and won't consume buckets
|
||||
* Redstone TARDIM Input: New block that lets you execute a TARDIM command with the power of redstone! After saving a command, this block executes it every time it gets powered by redstone
|
||||
* Full ComputerCraft integration
|
||||
* Digital TARDIM interface: ComputerCraft peripheral that lets you control a TARDIM using computers! Full list of methods is available in the [Javadoc](http://andrey71.me/TARDIM-ic-docs/su/a71/tardim_ic/tardim_ic/DigitalInterfacePeripheral.html) (Sorry for that, this is the best auto-generated docs I could find for now). The peripheral supports almost all commands that the TARDIM computer panel has.
|
||||
* Digital TARDIM interface: ComputerCraft peripheral that lets you control a TARDIM using computers! The peripheral supports almost all commands that the TARDIM computer panel has.
|
||||
* Peripherals for some of the TARDIM blocks that provide a few of digital interface's methods at smaller costs
|
||||
* [Coming once Create Fabric is on 1.20] Create integration (display sources): some of the blocks will now be able to act as a display source with Create mod
|
||||
* New exterior - Soviet Chronobox, styled like a USSR phone booth
|
||||
* [Coming once Create Fabric is on 1.20] Create integration (display sources): some of the blocks will now be able to act as a display source with Create mod
|
||||
* [WIP] Food machine - exchange fuel for food. *Currently only in creative mode and half finished.*
|
||||
* You can see planned features in the docs
|
||||
* You can see planned features [in the docs](https://tardim.a71.su/planned)
|
||||
|
||||
## Example use-cases
|
||||
* Make a dashboard to monitor fuel levels, current location, and other information on a screen in a nice way.
|
||||
|
|
|
@ -33,4 +33,10 @@ code {
|
|||
image-rendering: -moz-crisp-edges;
|
||||
image-rendering: crisp-edges;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
|
||||
.section > p:nth-child(5) > img:nth-child(1), .section > p:nth-child(4) > img:nth-child(1) {
|
||||
max-width: 100%;
|
||||
width: 75%;
|
||||
}
|
Loading…
Add table
Reference in a new issue