forked from minetest-mods/craftguide
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
locale | 4 years ago | |
textures | 4 years ago | |
.gitignore | 6 years ago | |
.luacheckrc | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
depends.txt | 4 years ago | |
description.txt | 6 years ago | |
init.lua | 4 years ago | |
intllib.lua | 4 years ago | |
mod.conf | 6 years ago | |
screenshot.png | 6 years ago | |
settingtypes.txt | 4 years ago |
README.md
Crafting Guide
craftguide
is the most comprehensive crafting guide on Minetest.
Consult the Minetest Wiki for more details.
This crafting guide is usable with a blue book named "Crafting Guide"
This crafting guide features two modes : Standard and Progressive.
The Progressive mode is a Terraria-like system that only shows recipes you can craft from items in inventory.
The progressive mode can be enabled with craftguide_progressive_mode = true
in minetest.conf
.
craftguide
is also integrated in sfinv
(Minetest Game inventory) when you enable it with
craftguide_sfinv_only = true
in minetest.conf
.