Docs
Requirements
- Minetest >=0.4.3
Installation
Download and uncompress the
latest version, and move the the
minetest-craft_guide-master
folder into your
minetest/mods
folder.
Crafting Guide
The material used below are:
S
=Stick
X
=Craft Sign
G
=Glass
C
=Stone Slab
-
=empty
Craft Guide
SS- SS- S--
Craft PC
X-- G-- C--
FAQs
If crafts are not loading then it is probably because
craft_guide
is loaded after the other crafts.
To fix this simply create a
depends.txt
in the module in question, and add the contents
craft_guide
.
EG: crafts from default mod are not available - create
games/minetest_game/default/depends.txt
with the contents:
craft_guide
In your node definition, set groups={not_in_craft_guide}
.