Go to file
Alexander Weber 8a7e87abcf groups texts updated in EN and DE 2017-06-07 00:08:36 +02:00
libs add fuel buring times filter 2017-06-05 09:55:06 +02:00
locale groups texts updated in EN and DE 2017-06-07 00:08:36 +02:00
pages crafting: tweak reveal proposals. Show at least 10 craftable not revealed items 2017-06-05 20:58:27 +02:00
API.md remove not needed width in API example 2017-05-10 21:20:35 +02:00
LICENSE Initial commit 2017-02-05 13:49:12 +01:00
README.md Update README.md 2017-04-08 22:20:32 +02:00
depends.txt initial doc/doc_items support in inventory. Now only items displayed craftable by known items 2017-02-16 23:23:45 +01:00
doc_addon.lua crafting: fixed lookup for unknown items without description 2017-03-21 21:33:32 +01:00
init.lua moved recipes object to own file crecipes.lua 2017-04-30 21:27:41 +02:00
inventory_framework.lua moved all main inventory list functions to libs/maininv.lua 2017-04-09 21:56:13 +02:00
mod.conf initial commit 2017-02-05 13:51:48 +01:00
screenshot.png updated crafting screenshot to one with crafting preview 2017-03-17 19:43:06 +01:00
screenshot_20170317_175415.png added some screenshots 2017-03-17 17:58:35 +01:00
screenshot_20170408_221250.png creative screenshot updated 2017-04-08 22:16:42 +02:00
settingtypes.txt add dye group to shaped since a LOT of dyes exists now 2017-06-06 21:40:33 +02:00
ui_tools.lua crafting: reveal-tipp ignore shaped items for tipp rating calculation 2017-06-06 21:39:44 +02:00

README.md

smart_inventory

Overview

A fast Minetest inventory with focus on a great number of items and big screens. The special feature of this inventory is the dynamic classification filters that allow fast searching and browsing trough available items and show relevant invormations only to the user.

The mod is organized in multiple pages, each page does have own focus and follow own vision.

Crafting page

Screenshot The vision is to not affect the gameplay trough crafting helpers. The dynamic search helper display currently relevant craft recipes only based on inventory content by default.

  • Contains the usual player-, and crafting inventory
  • Additional view of "craftable items" based on players inventory content
  • Dynamic grouping of craftable items for better overview
  • Lookup field to get all recipes with item in it - with filter for revealed items if the doc system is used
  • Search field - with filter for revealed items if the doc system is used
  • Compress - use the stack max size in inventory
  • Sweep - move content of crafting inventory back to the main inventory

Optional support for other mods

doc_items - if the doc system is found the crafting page shows only items craftable by known (revealed) items. A lookup button is available on already known items to jump to the documntation entry

Creative page

Screenshot The vision is to get items fast searchable and gettable

  • 3 dynamic filters + text search field for fast items search
  • Sort out "mass"-groups to a special "Shaped" group
  • just click to the item to get it in inventory
  • cleanup of inventory trough "Trash" field
  • clean whole inventory trough "Trash all" button
  • save and restore inventory content in 3x save slots

Player page

Screenshot The vision is to get all skins and player customizations visual exposed.

3d_armor

In creative mode there are all armor items available for 3d_armor support. The players inventory is not used in this mode. In survival only the armor from players inventory is shown. Supported version: current stable 0.4.8

skins

tested only with my fork https://github.com/bell07/minetest-skinsdb But it should be work with any fork that uses skins.skins[] and have *_preview.png files

Dependencies:

Screen size at least 1024x768 / big screen. On my mobile with "full HD" it does not work. Minetest stable 0.4.15 or newer default mod (some graphics are used from this mod)

Settings

#If enabled, the mod will show alternative human readable filterstrings if available.
smart_inventory_friendly_group_names (Show “friendly” filter grouping names) bool true

#List of groups defined for special handling of "Shaped nodes" (Comma separated).
#Items in this groups ignores the "not_in_inventory" group and are moved to separate "Shaped" category
smart_inventory_shaped_groups (List of groups to be handled as separate) string carpet,door,fence,stair,slab,wall,micro,panel,slope

License: LGPL-3