forked from VoxeLibre/VoxeLibre
Use crafter performance settings
This commit is contained in:
parent
ad87169120
commit
8e28690303
|
@ -32,7 +32,12 @@ mgvalleys_spflags = noaltitude_chill,noaltitude_dry,nohumid_rivers,vary_river_de
|
||||||
# MCL2-specific stuff
|
# MCL2-specific stuff
|
||||||
keepInventory = false
|
keepInventory = false
|
||||||
|
|
||||||
dedicated_server_step = 0.001
|
# Performance settings
|
||||||
|
dedicated_server_step = 0.01
|
||||||
|
liquid_update = 0.25
|
||||||
|
abm_interval = 0.25
|
||||||
|
max_objects_per_block = 4096
|
||||||
|
max_packets_per_iteration = 10096
|
||||||
|
|
||||||
# Clientmodding to support official client
|
# Clientmodding to support official client
|
||||||
enable_client_modding = true
|
enable_client_modding = true
|
||||||
|
|
Loading…
Reference in New Issue