mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Item entity stacks merge on the ground.
Add TTL to item entities.
This commit is contained in:
parent
94dba66c16
commit
18fe277d94
2 changed files with 103 additions and 34 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue