Final adjustments

This commit is contained in:
Andrew-71 2023-08-05 21:02:56 +03:00
parent 78a5cb111b
commit 83203d81c8
2 changed files with 10 additions and 4 deletions

View file

@ -1,4 +1,4 @@
![TARDIM: IC Banner](docs/assets/img/banner.png) ![TARDIM: IC Banner](https://cdn.modrinth.com/data/xsv4H3pa/images/561e86895ec0b73d8fcbfb8bb83d4cc92b15734d.png)
### All of time and space, *now automated and improved*. ### 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), 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 * 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 * 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 * 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 * 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 * 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.* * [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 ## Example use-cases
* Make a dashboard to monitor fuel levels, current location, and other information on a screen in a nice way. * Make a dashboard to monitor fuel levels, current location, and other information on a screen in a nice way.

View file

@ -34,3 +34,9 @@ code {
image-rendering: crisp-edges; image-rendering: crisp-edges;
width: 50px; 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%;
}