summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJP Guerrero <jeanpatrick.guerrero@gmail.com>2016-12-13 13:10:11 +0100
committerJP Guerrero <jeanpatrick.guerrero@gmail.com>2016-12-13 14:01:51 +0100
commitf141fbf806e5440fb94052d3b561e7217fcb0427 (patch)
tree665ad41334c86daf5dcd83b4ac6a2818a1e7f0d8 /README.md
parentc2011f4bfc9d50a671bb99b850cc7e6187282b6d (diff)
Make formspec size a setting in minetest.conf
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3053d23..5bd932d 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,8 @@ list the items in the crafting guide for which you already have the ingredients
in your inventory. The progressive mode is disabled by default and can be enabled with
`craftguide_progressive_mode = true` in `minetest.conf`.
-The formspec size is also easily configurable by the user, see [here](https://github.com/minetest-mods/craftguide/blob/master/init.lua#L3-L6).
+The formspec size is also easily configurable with this setting in `minetest.conf`:
+`craftguide_size = WxH` (default: `8x3`). The minimum accepted size is `8x1`.
![Preview](http://i.imgur.com/xblp1Vs.png)