summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-01 20:53:11 +0100
committerWuzzy <almikes@aol.com>2016-12-01 20:53:11 +0100
commit9c273be00e6c90afc0490b21455b386f33a2d77d (patch)
tree13b522daa1598976a5f9eeb696078931bf93efdf
parentb35cc53e4c176d97f5b334636426a0d9770bf8aa (diff)
Add inventory images
-rw-r--r--init.lua3
-rw-r--r--textures/doc_basics_inventory.pngbin0 -> 15934 bytes
-rw-r--r--textures/doc_basics_inventory_detail.pngbin0 -> 3213 bytes
3 files changed, 2 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 5b941d1..bac102e 100644
--- a/init.lua
+++ b/init.lua
@@ -321,7 +321,8 @@ Exchanging: You can exchange items if the cursor holds 1 or more items and the d
Throwing away: If you hold an item stack and click with it somewhere outside the menu, the item stack gets thrown away into the environment.
Quick transfer: You can quickly transfer an item stack to/from the player inventory to/from another item's inventory slot like a furnace, chest, or any other item with an inventory slot when that item's inventory is accessed. The inventories chosen for quick transfer are context-dependent, usually those are the inventories which are considered to be most useful in this context.
-• Sneak+Left click: Automatically transfer item stack.]=]
+• Sneak+Left click: Automatically transfer item stack.]=],
+ images = {{image="doc_basics_inventory.png"}, {image="doc_basics_inventory_detail.png"}},
}})
doc.new_entry("basics", "online", {
diff --git a/textures/doc_basics_inventory.png b/textures/doc_basics_inventory.png
new file mode 100644
index 0000000..c8cdc90
--- /dev/null
+++ b/textures/doc_basics_inventory.png
Binary files differ
diff --git a/textures/doc_basics_inventory_detail.png b/textures/doc_basics_inventory_detail.png
new file mode 100644
index 0000000..9fabf96
--- /dev/null
+++ b/textures/doc_basics_inventory_detail.png
Binary files differ