From 0d272483303a274d06ed0fcd4a5125954f3f8b3d Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 9 Jun 2017 14:18:51 +0200 Subject: [PATCH] Add crafting guide setting to settingtypes.txt --- settingtypes.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/settingtypes.txt b/settingtypes.txt index 24155215..b39f2f7b 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -44,3 +44,9 @@ enable_bed_respawn (Respawn at bed) bool true # This setting is only read at startup. enable_bed_night_skip (Skip night when sleeping) bool true +# If enabled, the recipe book will only show recipes which require one +# item which the player has currently in possession. +# If disabled, the recipe book shows all crafting recipes. +# This setting is experimental and may be changed in later versions. +# Feedback is appreciated. +craftguide_progressive_mode (EXPERIMENTAL: Enable recipe book progressive mode) bool true