From e1bf4171198b20b3fa0702fb2a8568cb6e8c18bb Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Sat, 16 Jan 2021 03:46:46 +0100 Subject: [PATCH] Wording --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 6e4cde3..05e4789 100644 --- a/API.md +++ b/API.md @@ -8,7 +8,7 @@ Custom tabs can be added to the `i3` inventory as follow (example): i3.new_tab { name = "stuff", description = "Stuff", - image = "image.png", -- Optional, adds an image inside the tab + image = "image.png", -- Optional, adds an image next to the tab description -- Determine if the tab is visible by a player, `false` or `nil` hide the tab access = function(player, data)