mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 01:21:05 +01:00
Add crafting guide setting to settingtypes.txt
This commit is contained in:
parent
913d8ed762
commit
0d27248330
1 changed files with 6 additions and 0 deletions
|
@ -44,3 +44,9 @@ enable_bed_respawn (Respawn at bed) bool true
|
||||||
# This setting is only read at startup.
|
# This setting is only read at startup.
|
||||||
enable_bed_night_skip (Skip night when sleeping) bool true
|
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
|
||||||
|
|
Loading…
Reference in a new issue