1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-27 15:00:35 +02:00

Fix the deleted item when die

https://forum.minetest.net/viewtopic.php?f=11&t=2155&view=unread#p195781
This commit is contained in:
Ombridride 2015-10-26 16:13:13 +01:00
parent 53ce905293
commit 1fb71f6701

View File

@ -25,6 +25,9 @@ disable_fire = true
unlimited_player_transfer_distance = false unlimited_player_transfer_distance = false
# Activated the minimap usage if true # Activated the minimap usage if true
enable_minimap = true enable_minimap = true
# Fix the deleted item when die if your bags/craft grid/inventory is full
max_objects_per_block = 150 # default value is 49
max_forceloaded_blocks = 100
### SERVER SETTINGS FOR IMPROVED PERFORMANCE ### ### SERVER SETTINGS FOR IMPROVED PERFORMANCE ###
################################################ ################################################
@ -112,7 +115,7 @@ mesecon.overheat_max = 60
# MAPFIX MOD - Recalculate the flowing liquids and the light of a chunk # MAPFIX MOD - Recalculate the flowing liquids and the light of a chunk
mapfix_default_size = 40 mapfix_default_size = 40
mapfix_max_size = 50 mapfix_max_size = 50
mapfix_delay = 15 mapfix_delay = 5
### IRC CHAT ### ### IRC CHAT ###
################ ################