diff --git a/mod-init.lua.example b/mod-init.lua.example index 04cf32c..294473f 100644 --- a/mod-init.lua.example +++ b/mod-init.lua.example @@ -15,7 +15,7 @@ arena_lib.register_minigame("Call of Zughy", { }, queue_waiting_time = 20, show_minimap = true, - time_mode = 1, + time_mode = "incremental", properties = { planting_locations = {{x=30, y=20, z=40}, {x=5, y=20, z=80}}, -- you can override these parameters via your mod, of course },