Minor tweaks

This commit is contained in:
Jean-Patrick Guerrero 2020-12-31 02:52:11 +01:00
parent 903aa691bf
commit 064b578999
1 changed files with 3 additions and 3 deletions

View File

@ -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.