mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-21 18:11:11 +00:00
Content store: Add show_nonfree_packages setting to advanced settings (#7846)
This commit is contained in:
parent
b1112f663b
commit
9a151e0ae8
1 changed files with 6 additions and 0 deletions
|
@ -1885,3 +1885,9 @@ emergequeue_limit_generate (Limit of emerge queues to generate) int 64
|
||||||
# On multiprocessor systems, this will improve mapgen speed greatly at the cost
|
# On multiprocessor systems, this will improve mapgen speed greatly at the cost
|
||||||
# of slightly buggy caves.
|
# of slightly buggy caves.
|
||||||
num_emerge_threads (Number of emerge threads) int 0
|
num_emerge_threads (Number of emerge threads) int 0
|
||||||
|
|
||||||
|
[Content Store]
|
||||||
|
|
||||||
|
# Show packages in the content store that do not qualify as 'free software'
|
||||||
|
# as defined by the Free Software Foundation.
|
||||||
|
show_nonfree_packages (Show non-free packages) bool false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue