Reduce default item despawn time to 5 minutes

This commit is contained in:
Wuzzy 2017-05-29 17:18:43 +02:00
parent 9d5497b347
commit 040cead946
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ end
local time_to_live = tonumber(core.setting_get("item_entity_ttl"))
if not time_to_live then
time_to_live = 900
time_to_live = 300
end
core.register_entity(":__builtin:item", {