mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-03 11:54:39 +01:00
Reduce default item despawn time to 5 minutes
This commit is contained in:
@ -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", {
|
||||
|
Reference in New Issue
Block a user