i3/README.md

53 lines
2.1 KiB
Markdown
Raw Normal View History

2020-12-30 14:22:38 -08:00
# i3
2020-12-30 14:21:05 -08:00
2020-12-30 18:02:35 -08:00
[![ContentDB](https://content.minetest.net/packages/jp/i3/shields/title/)](https://content.minetest.net/packages/jp/i3/) [![ContentDB](https://content.minetest.net/packages/jp/i3/shields/downloads/)](https://content.minetest.net/packages/jp/i3/)
2021-02-24 10:36:54 -08:00
#### **`i3`** is a next-generation inventory for Minetest.
2020-12-30 17:50:22 -08:00
2021-01-16 11:20:47 -08:00
This inventory offers a slick, modern UI made with the latest technologies of the Minetest engine.
**`i3`** provides a rich [**API**](https://github.com/minetest-mods/i3/blob/master/API.md) for mod developers who want to extend it.
2020-12-30 17:50:22 -08:00
2021-01-17 10:11:11 -08:00
This mod requires **Minetest 5.4+**
2020-12-30 17:50:22 -08:00
2021-01-16 11:20:47 -08:00
#### List of features:
- Crafting Guide (only in survival mode)
- Progressive Mode¹
- Quick Crafting
2021-01-22 10:14:33 -08:00
- Backpacks
2021-01-16 11:20:47 -08:00
- 3D Player Model Preview
- Inventory Sorting (alphabetical + item stack compression)
- Item Bookmarks
2021-04-05 18:34:54 -07:00
- Waypoints
2021-06-27 11:56:09 -07:00
- Item List Compression (**`moreblocks`** supported)
2020-12-30 17:50:22 -08:00
2021-01-16 11:20:47 -08:00
**¹** *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`.*
2021-01-25 11:44:04 -08:00
2021-01-16 11:20:47 -08:00
#### This mod officially supports the following mods:
- [**`3d_armor`**](https://content.minetest.net/packages/stu/3d_armor/)
- [**`skinsdb`**](https://content.minetest.net/packages/bell07/skinsdb/)
- [**`awards`**](https://content.minetest.net/packages/rubenwardy/awards/)
2021-01-22 18:35:45 -08:00
#### Recommendations
To use this mod in the best conditions, it's recommended to follow these recommendations:
2021-01-16 11:20:47 -08:00
- Use LuaJIT
2021-01-24 07:08:46 -08:00
- Use a HiDPI widescreen display
2021-01-25 10:28:28 -08:00
- Use the default Freetype font style
2021-01-16 11:20:47 -08:00
2021-01-25 11:44:04 -08:00
#### Notes
2021-02-07 16:32:33 -08:00
`i3` uses a larger inventory than the usual inventories in Minetest games.
2021-01-25 11:44:04 -08:00
Thus, most chests will be unadapted to this inventory size.
2021-02-07 16:32:33 -08:00
The `i3` inventory is 9 slots wide by default (without backpack), such as in Minecraft.
2021-01-16 11:20:47 -08:00
2021-01-25 11:44:04 -08:00
Report any bug on the [**Bug Tracker**](https://github.com/minetest-mods/i3/issues).
2021-01-16 11:20:47 -08:00
Love this mod? Donations are appreciated: https://www.paypal.me/jpg84240
2021-04-19 18:27:37 -07:00
Demo video (outdated): https://www.youtube.com/watch?v=25nCAaqeacU
2020-12-30 17:50:22 -08:00
2021-06-27 15:45:57 -07:00
![Preview](https://user-images.githubusercontent.com/7883281/123561657-10ba7780-d7aa-11eb-8bbe-dcec348bb28c.png)