forked from VoxeLibre/VoxeLibre
Reduce default item despawn time to 5 minutes
This commit is contained in:
parent
9d5497b347
commit
040cead946
|
@ -204,7 +204,7 @@ end
|
||||||
|
|
||||||
local time_to_live = tonumber(core.setting_get("item_entity_ttl"))
|
local time_to_live = tonumber(core.setting_get("item_entity_ttl"))
|
||||||
if not time_to_live then
|
if not time_to_live then
|
||||||
time_to_live = 900
|
time_to_live = 300
|
||||||
end
|
end
|
||||||
|
|
||||||
core.register_entity(":__builtin:item", {
|
core.register_entity(":__builtin:item", {
|
||||||
|
|
Loading…
Reference in New Issue