From 064b57899936b1ba20c445416ac081f2e218e40e Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Thu, 31 Dec 2020 02:52:11 +0100 Subject: [PATCH] Minor tweaks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 766f0cd..c3c02f4 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ #### A tiling inventory for Minetest -`i3` is a tiling inventory for Minetest with a modern UI using the latest technologies of the Minetest engine. -It offers everything what [`craftguide`](https://github.com/minetest-mods/craftguide) can do, with an inventory on top of that. +**`i3`** is a tiling inventory for Minetest with a modern UI using the latest technologies of the Minetest engine. +It offers everything what [**`craftguide`**](https://github.com/minetest-mods/craftguide) can do, with an inventory on top of that. This inventory features a **Progressive Mode**. This mode is a Terraria-like system that shows recipes you can craft from items you ever had in your inventory. To enable it: `i3_progressive_mode = true` in `minetest.conf`. -For developers, `i3` also has a [modding API](https://github.com/minetest-mods/i3/blob/master/API.md). +For developers, **`i3`** also has a [modding API](https://github.com/minetest-mods/i3/blob/master/API.md). This mod also supports [`3d_armor`](https://github.com/minetest-mods/3d_armor) for a nice player model preview.