From 18fe277d949a82fcc6fbc47c734df514d3ea1f52 Mon Sep 17 00:00:00 2001 From: RealBadAngel Date: Sat, 17 May 2014 11:25:25 +0200 Subject: Item entity stacks merge on the ground. Add TTL to item entities. --- minetest.conf.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'minetest.conf.example') diff --git a/minetest.conf.example b/minetest.conf.example index 0b92d1847..f722286c7 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -264,6 +264,9 @@ #max_users = 15 # Set to true to disallow old clients from connecting #strict_protocol_version_checking = false +# Time in seconds for item entity to live. Default value: 900s +# Setting it to -1 disables the feature +#item_entity_ttl = 900 # Set to true to enable creative mode (unlimited inventory) #creative_mode = false # Enable players getting damage and dying -- cgit v1.2.3