diff --git a/minetest.conf b/minetest.conf index 60a579c0..450a341d 100755 --- a/minetest.conf +++ b/minetest.conf @@ -25,6 +25,9 @@ disable_fire = true unlimited_player_transfer_distance = false # Activated the minimap usage if 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 ### ################################################ @@ -112,7 +115,7 @@ mesecon.overheat_max = 60 # MAPFIX MOD - Recalculate the flowing liquids and the light of a chunk mapfix_default_size = 40 mapfix_max_size = 50 -mapfix_delay = 15 +mapfix_delay = 5 ### IRC CHAT ### ################