`system_info` argument `world_min_spawning_light` not present
rv3r opened this issue ยท 3 comments
MC 1.19.3
Carpet 1.4.91
The world_min_spawning_light
argument for the function system_info
is listed in the docs, and, as far as my limited Java knowledge can tell, is defined.
However, system_info('world_min_spawning_light')
throws an "unknown option" error and using system_info()
matches the docs exactly except for the aforementioned option.