Add crafting guide setting to settingtypes.txt

This commit is contained in:
Wuzzy 2017-06-09 14:18:51 +02:00
parent 913d8ed762
commit 0d27248330
1 changed files with 6 additions and 0 deletions

View File

@ -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