A next-generation inventory for Minetest 5.4+
Go to file
Jean-Patrick Guerrero 9cc8464111 Little polish 2021-11-11 04:05:13 +01:00
.github/workflows Create luacheck.yml 2021-11-03 04:25:58 +01:00
locale Translate the mod in french 2021-01-24 19:09:18 +01:00
sounds New sounds for teleport/trash 2021-11-08 18:48:42 +01:00
src Little polish 2021-11-11 04:05:13 +01:00
tests Add online recipe to tests 2021-10-31 15:03:47 +01:00
textures Add new buttons to main inventory, add inventory sorting methods + API 2021-10-31 23:17:15 +01:00
.editorconfig Add .editorconfig 2021-07-05 03:32:31 +02:00
.gitignore Initial commit 2020-12-30 20:53:09 +01:00
.luacheckrc Tweak .luacheck 2021-11-03 04:31:36 +01:00
API.md Allow for group bag=4 2021-11-09 01:42:17 +01:00
LICENSE Increase hotbar count 2021-01-24 16:08:46 +01:00
README.md Update Screenshot 2021-11-08 21:56:54 +01:00
init.lua Allow for group bag=4 2021-11-09 01:42:17 +01:00
mod.conf Drop support for WorldEdit eventually 2021-01-30 23:39:21 +01:00
settingtypes.txt Add Item Compression 2021-06-25 04:09:56 +02:00

README.md

i3

ContentDB workflow

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.4+

List of features:

  • Crafting Guide (only in survival mode)
  • Progressive Mode¹
  • Quick Crafting
  • Backpacks
  • 3D Player Model Preview
  • Inventory Sorting (with optional compression)
  • Item Bookmarks
  • Waypoints
  • Item List Compression (moreblocks is supported)

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

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 (without backpack), such as Minecraft.

Report any bug on the Bug Tracker.

Love this mod? Donations are appreciated: https://www.paypal.me/jpg84240

Demo video (outdated): https://www.youtube.com/watch?v=25nCAaqeacU

Preview