14 lines
287 B
TOML
14 lines
287 B
TOML
|
|
||
|
#Platter Settings
|
||
|
[general]
|
||
|
#Radius for the platter to feed [default: 5]
|
||
|
#Range: 0 ~ 32
|
||
|
platter_radius = 5
|
||
|
#Item slots for the platter [default: 9]
|
||
|
#Range: > 0
|
||
|
platter_slots = 9
|
||
|
#Time (in seconds) to wait between platter searches [default: 60]
|
||
|
#Range: > 0
|
||
|
platter_period = 60
|
||
|
|