1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-06-28 06:30:18 +02:00

add 'mob_node_timer_interval' and 'mob_main_timer_interval' settings to handle function timings

This commit is contained in:
tenplus1
2023-05-19 08:46:37 +01:00
parent 29bc2f27f2
commit b16eefa0ec
3 changed files with 19 additions and 5 deletions

View File

@ -1,3 +1,9 @@
# How often mobs get nodes around them (default is 0.25, 1/4 second)
mob_node_timer_interval (Mob Node Timer Interval) float 0.25
# How often mobs run main functions (default is 1.00, 1 second)
mob_main_timer_interval (Mob Node Timer Interval) float 1.00
# If false then mobs no longer spawn in world without spawner or spawn egg
mobs_spawn (Spawn Mobs) bool true