Aleksei-bird 7c9c708c92 Первый фикс
Пачки некоторых позиций увеличены
2024-03-01 20:54:33 +03:00

7 lines
243 B
Lua

if settings.startup["bobmods-library-technology-cleanup"].value == true then
bobmods.lib.tech.prerequisite_cleanup()
end
if settings.startup["bobmods-library-recipe-cleanup"].value == true then
bobmods.lib.recipe.ingredients_cleanup()
end