screenshot

Features

  • Provides craftable items that can be placed.
  • Placed items open like a chest, but instead of containing items, it contains a list of craftable items .
  • Items can be dragged into the Output slot, and the craft recipe will be displayed.
screenshot+1
Interface
screenshot+2
Craft Guide
screenshot+3
Craft PC

Docs

Requirements

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}.