diff --git a/README.md b/README.md index 8159c72..dd2b6a3 100644 --- a/README.md +++ b/README.md @@ -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*. 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. diff --git a/docs/assets/style.css b/docs/assets/style.css index 968d105..c55ba61 100644 --- a/docs/assets/style.css +++ b/docs/assets/style.css @@ -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%; } \ No newline at end of file