diff --git a/README.md b/README.md index e73d97c..2744b1d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A fast Minetest inventory with focus on a great number of items and big screens. The mod is organized in multiple pages, each page does have own focus and follow own vision. ## Crafting page -![Screenshot](https://github.com/bell07/minetest-smart_inventory/blob/master/screenshot.png) +![Screenshot](https://github.com/bell07/minetest-smart_inventory/blob/master/screenshot_crafting.png) 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 @@ -22,7 +22,7 @@ A lookup button is available on already known items to jump to the documntation ## Creative page -![Screenshot](https://github.com/bell07/minetest-smart_inventory/blob/master/screenshot_20170408_221250.png) +![Screenshot](https://github.com/bell07/minetest-smart_inventory/blob/master/screenshot_creative.png) 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 @@ -32,7 +32,7 @@ The vision is to get items fast searchable and gettable - save and restore inventory content in 3x save slots ## Player page -![Screenshot](https://github.com/bell07/minetest-smart_inventory/blob/master/screenshot_20170317_175415.png) +![Screenshot](https://github.com/bell07/minetest-smart_inventory/blob/master/screenshot_player.png) The vision is to get all skins and player customizations visual exposed. ### 3d_armor @@ -44,7 +44,7 @@ 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 ## Doc page -![Screenshot](https://github.com/bell07/minetest-smart_inventory/blob/master/screenshot_20170812_012249.png) +![Screenshot](https://github.com/bell07/minetest-smart_inventory/blob/master/screenshot_doc.png) The vision is to get all ingame documentation available in a fast way. So navigation from crafting page is possible directly to the doc_item entry The doc and doc_items mods required to get the page diff --git a/screenshot.png b/screenshot.png index b6d21bc..b2179b1 100644 Binary files a/screenshot.png and b/screenshot.png differ diff --git a/screenshot_20170317_175415.png b/screenshot_20170317_175415.png deleted file mode 100644 index ec99bcf..0000000 Binary files a/screenshot_20170317_175415.png and /dev/null differ diff --git a/screenshot_20170408_221250.png b/screenshot_20170408_221250.png deleted file mode 100644 index ad4fee4..0000000 Binary files a/screenshot_20170408_221250.png and /dev/null differ diff --git a/screenshot_20170812_012249.png b/screenshot_20170812_012249.png deleted file mode 100644 index 62867c2..0000000 Binary files a/screenshot_20170812_012249.png and /dev/null differ diff --git a/screenshot_crafting.png b/screenshot_crafting.png new file mode 100644 index 0000000..f92ae96 Binary files /dev/null and b/screenshot_crafting.png differ diff --git a/screenshot_creative.png b/screenshot_creative.png new file mode 100644 index 0000000..5e0c866 Binary files /dev/null and b/screenshot_creative.png differ diff --git a/screenshot_doc.png b/screenshot_doc.png new file mode 100644 index 0000000..97774f7 Binary files /dev/null and b/screenshot_doc.png differ diff --git a/screenshot_player.png b/screenshot_player.png new file mode 100644 index 0000000..0bda0b1 Binary files /dev/null and b/screenshot_player.png differ