Go to file
OldCoder 5792c70211 Merge branch 'main' of https://github.com/minetest-mods/i3 2022-09-04 06:55:27 -07:00
.github Add util/ 2022-01-15 04:06:31 +01:00
locale Translate the mod in french 2021-01-24 19:09:18 +01:00
sounds 🚀 Redesign the armor tab (preview: https://i.imgur.com/Ulkx6KB.png) 2022-08-08 02:50:12 +02:00
src Minor cleaning 2022-08-29 11:29:09 +02:00
tests Fix tab access on priv revoking 2022-03-21 03:55:22 +01:00
textures Add checkbox to change the panel style (preview: https://i.imgur.com/gNPLf0B.png) 2022-08-16 14:18:26 +02:00
util Tweak preprocessor to add -- decrement 2022-06-23 15:04:39 +02:00
.editorconfig Add .editorconfig 2021-07-05 03:32:31 +02:00
.gitignore Initial commit 2020-12-30 20:53:09 +01:00
.luacheckrc Add option in Style settings to show wielditem descriptions in HUD 2022-08-28 14:18:05 +02:00
API.md API doc: minor correction 2022-03-23 03:52:08 +01:00
LICENSE Increase hotbar count 2021-01-24 16:08:46 +01:00
README.md Update preview screenshot 2022-08-20 17:45:44 +02:00
init.lua Bump version 2022-08-28 16:36:30 +02:00
mod.conf Integrate Legacy Inventory option per-player in Settings popup 2022-08-28 13:31:01 +02:00
settingtypes.txt Integrate Legacy Inventory option per-player in Settings popup 2022-08-28 13:31:01 +02:00

README.md

logo

MIT License GitHub Release workflow ContentDB PayPal

i3 is a next-generation inventory for Minetest.

This mod features a modern, powerful inventory menu with a good user experience. i3 provides a rich API for mod developers who want to extend it.

This mod requires Minetest 5.6+

List of features:

  • Crafting Guide (survival mode only)
  • Progressive Mode¹
  • Quick Crafting
  • 3D Player Model Real-Time Preview
  • Isometric Map Preview
  • Inventory Sorting (+ options: compression, reverse mode, automation, etc.)
  • Item List Compression (moreblocks is supported)
  • Item Bookmarks
  • Waypoints
  • Bags
  • Home

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

This mod officially supports the following mods:

Recommendations

To use this mod in the best conditions:

  • Use LuaJIT
  • Use a HiDPI widescreen display
  • Use the default Freetype font style

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.

You can also use the font size slider in the inventory, settings window.

Notes

i3 uses a larger inventory than the usual inventories in Minetest games. Thus, most chests will be unadapted to this inventory size. The i3 inventory is 9 slots wide by default, such as Minecraft.

Report bugs on the Bug Tracker.

Video review on YouTube: https://www.youtube.com/watch?v=Xd14BCdEZ3o

Preview