Add Minetest Game recipe
[minetest_doc_encyclopedia.git] / README.md
blob61cf0e7437453fe65942e73937880070be6f9c53
1 # Encyclopedia [`doc_encyclopedia`]
2 This mod adds an item to access the help (based on the
3 Documentation System [`doc`]. Just hold the item in hand and punch.
5 Version: 1.1.0.
7 ## Crafting
8 The encyclopedia is crafted with this shaped recipe:
10     SS
11     S S
12     SS
14 * `S`: Any item in group “stick”
16 If you use Minetest Game (mod `default`), there's another recipe
17 possible:
19      B
20      B
21      B
23 * `B`: Book
25 ## Itemstring
26 The itemstring of this item is `doc_encyclopedia:encyclopedia`.
28 ## License
29 Everything in this mod is licensed under the MIT License.