From 26120dc6d310041eaa22dbd3262ad5a1589677f2 Mon Sep 17 00:00:00 2001 From: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:24:40 +1000 Subject: [PATCH] Rebalance ULV Covers [BALANCING] --- overrides/config/ulv_covers.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/overrides/config/ulv_covers.cfg b/overrides/config/ulv_covers.cfg index 4fe6eda..aa3a5e7 100644 --- a/overrides/config/ulv_covers.cfg +++ b/overrides/config/ulv_covers.cfg @@ -1,11 +1,11 @@ # Configuration file general { - # Disable all recipes? - B:disableRecipes=false + # Recipe Type. Options: none (no generated recipes), easy (2x2 crafting), normal (3x3 crafting). Default: normal + S:recipeType=easy - # Easy Recipes? (2x2 crafting) - B:easyRecipes=true + # Theme ULV Parts as Steam Parts. Options: true (Steam Parts), false (ULV Parts). Default: false + B:steamTheme=false }