stone sorting setting

This commit is contained in:
Brevven 2022-02-01 21:18:53 -08:00
parent 96cb349851
commit 94ad1f8af9
5 changed files with 21 additions and 0 deletions

View file

@ -13,4 +13,10 @@ data:extend({
default_value = "lds",
allowed_values = {"lds", "yes", "no"},
},
{
type = "bool-setting",
name = "bzzirconium-enable-sorting",
setting_type = "startup",
default_value = false,
},
})