From fcea88ac8c5721867f7b7907c3134d8382f12f7c Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Thu, 31 Dec 2020 02:50:13 +0100 Subject: [PATCH] Remove useless stuff --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 9665ece..29cd784 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,6 @@ This crafting guide features a **progressive mode**. This mode is a Terraria-like system that shows recipes you can craft from items you ever had in your inventory. To enable it: `craftguide_progressive_mode = true` in `minetest.conf`. -`craftguide` is also integrated in `sfinv` (Minetest Game inventory). To enable it: -`craftguide_sfinv_only = true` in `minetest.conf`. - Use the command `/craft` to show the recipe(s) of the pointed node. For developers, `craftguide` also has a [modding API](https://github.com/minetest-mods/craftguide/blob/master/API.md).