A next-generation inventory for Minetest 5.4+
Go to file
Jean-Patrick Guerrero b1fff8617b Add Item Compression 2021-06-25 04:09:56 +02:00
locale Translate the mod in french 2021-01-24 19:09:18 +01:00
sounds Remove unused sound 2021-01-21 20:50:52 +01:00
textures Unify items list and inventory 2021-05-01 00:28:11 +02:00
.gitignore Initial commit 2020-12-30 20:53:09 +01:00
.luacheckrc *Really* disable sfinv 2021-05-07 03:31:55 +02:00
API.md Unify items list and inventory 2021-05-01 00:28:11 +02:00
LICENSE Increase hotbar count 2021-01-24 16:08:46 +01:00
README.md Add Item Compression 2021-06-25 04:09:56 +02:00
compress.lua Add Item Compression 2021-06-25 04:09:56 +02:00
init.lua Add Item Compression 2021-06-25 04:09:56 +02: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
test_custom_recipes.lua Show colored item from meta in crafting guide 2021-04-10 03:31:59 +02:00
test_online_recipe.json Add test file for online recipe 2021-01-17 00:44:46 +01:00
test_tabs.lua Code cleaning 2021-01-31 00:01:44 +01:00

README.md

i3

ContentDB ContentDB

i3 is a next-generation inventory for Minetest.

This inventory offers a slick, modern UI made with the latest technologies of the Minetest engine. 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 (alphabetical + item stack compression)
  • Item Bookmarks
  • Waypoints
  • Item List Compression

¹ 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, it's recommended to follow these recommendations:

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

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 in 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