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