diff options
author | RealBadAngel <maciej.kasatkin@o2.pl> | 2016-01-24 14:19:17 +0100 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2016-02-07 19:51:55 +0100 |
commit | 6cd2b3b445bf558fda1e5a7908adef8e3a45449a (patch) | |
tree | e8c48b85e55f4e86246ee21e093cee7f80146c04 /builtin/settingtypes.txt | |
parent | bf884e37a06e0a8dd6c31789a69921f07ec5a9a9 (diff) | |
download | minetest-6cd2b3b445bf558fda1e5a7908adef8e3a45449a.tar.gz minetest-6cd2b3b445bf558fda1e5a7908adef8e3a45449a.tar.bz2 minetest-6cd2b3b445bf558fda1e5a7908adef8e3a45449a.zip |
Use meshes to display inventory items
Diffstat (limited to 'builtin/settingtypes.txt')
-rw-r--r-- | builtin/settingtypes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index dd8529990..1ca5f16dc 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -508,6 +508,9 @@ directional_colored_fog (Colored fog) bool true # set to the nearest valid value. ambient_occlusion_gamma (Ambient occlusion gamma) float 2.2 0.25 4.0 +# Enables animation of inventory items. +inventory_items_animations (Inventory items animations) bool false + [**Menus] # Use a cloud animation for the main menu background. |