2024-01-12 03:16:02 -06:00
|
|
|
![i4 logo](res/i4_logo_scaled.png)
|
2020-12-30 16:21:05 -06:00
|
|
|
|
2024-01-12 03:16:02 -06:00
|
|
|
#### **`i4`** is an inventory mod for Minetest.
|
2020-12-30 19:50:22 -06:00
|
|
|
|
2021-10-18 22:15:49 -05:00
|
|
|
This mod features a modern, powerful inventory menu with a good user experience.
|
2024-01-12 03:16:02 -06:00
|
|
|
**`i4`** provides a rich [**API**](API.md) for mod developers who want to extend it.
|
2020-12-30 19:50:22 -06:00
|
|
|
|
2022-08-07 09:34:19 -05:00
|
|
|
This mod requires **Minetest 5.6+**
|
2020-12-30 19:50:22 -06:00
|
|
|
|
2021-01-16 13:20:47 -06:00
|
|
|
#### List of features:
|
2021-11-14 14:39:48 -06:00
|
|
|
- Crafting Guide (survival mode only)
|
2021-01-16 13:20:47 -06:00
|
|
|
- Progressive Mode¹
|
|
|
|
- Quick Crafting
|
2021-11-14 14:39:48 -06:00
|
|
|
- 3D Player Model Real-Time Preview
|
2021-11-29 12:15:14 -06:00
|
|
|
- Isometric Map Preview
|
2021-11-14 14:39:48 -06:00
|
|
|
- Inventory Sorting (+ options: compression, reverse mode, automation, etc.)
|
|
|
|
- Item List Compression (**`moreblocks`** is supported)
|
2021-01-16 13:20:47 -06:00
|
|
|
- Item Bookmarks
|
2021-04-05 20:34:54 -05:00
|
|
|
- Waypoints
|
2021-11-14 14:39:48 -06:00
|
|
|
- Bags
|
|
|
|
- Home
|
2020-12-30 19:50:22 -06:00
|
|
|
|
2021-01-16 13:20:47 -06:00
|
|
|
**¹** *This mode is a Terraria-like system that shows recipes you can craft from items you ever had in your inventory.
|
2024-01-12 03:16:02 -06:00
|
|
|
To enable it: `i4_progressive_mode = true` in `minetest.conf`.*
|
2021-01-16 13:20:47 -06: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 20:35:45 -06:00
|
|
|
#### Recommendations
|
|
|
|
|
2021-08-09 18:57:36 -05:00
|
|
|
To use this mod in the best conditions:
|
2021-01-22 20:35:45 -06:00
|
|
|
|
2021-01-16 13:20:47 -06:00
|
|
|
- Use LuaJIT
|
2021-01-25 12:28:28 -06:00
|
|
|
- Use the default Freetype font style
|
2021-01-16 13:20:47 -06:00
|
|
|
|
2021-10-18 22:15:49 -05:00
|
|
|
#### Troubleshooting
|
|
|
|
|
|
|
|
If the inventory's font size is too big on certain setups (namely Windows 10/11 or 144 DPI display), you should lower the
|
|
|
|
value of the setting `display_density_factor` in your `minetest.conf`. Note that the change is applied after restart.
|
|
|
|
|
2022-08-07 09:34:19 -05:00
|
|
|
You can also use the font size slider in the inventory, settings window.
|
|
|
|
|
2021-01-25 13:44:04 -06:00
|
|
|
#### Notes
|
|
|
|
|
2024-01-12 03:16:02 -06:00
|
|
|
`i4` uses a larger inventory than the usual inventories in Minetest games.
|
2021-01-25 13:44:04 -06:00
|
|
|
Thus, most chests will be unadapted to this inventory size.
|
2024-01-12 03:16:02 -06:00
|
|
|
The `i4` inventory is 9 slots wide by default, such as Minecraft.
|
2021-01-16 13:20:47 -06:00
|
|
|
|
2024-01-12 03:16:02 -06:00
|
|
|
Report bugs on the [**Bug Tracker**](https:///notabug.org/jadedctrl/i4).
|
2021-11-29 13:03:30 -06:00
|
|
|
|
2024-01-12 03:16:02 -06:00
|
|
|
![Preview](res/screenshot.png)
|
2024-01-12 00:57:53 -06:00
|
|
|
|
|
|
|
#### License
|
|
|
|
|
|
|
|
Sounds are under the CC0, by Lone_Wolf & MadPanCake.
|
|
|
|
Textures are under the CC BY-SA 3.0, by paramat & BlockMen.
|
|
|
|
Source code from 2024 onward is under the GNU GPLv3, contributions by Jaidyn Ann (jadedctrl).
|
|
|
|
Source code pre-2024 is under the MIT license, by Jean-Patrick Guerrero; contributions by SmallJoker & anonymous.
|
|
|
|
|