From 1012487e69840c92cde327add0b0fd91409be4d2 Mon Sep 17 00:00:00 2001 From: mina <143211829+ursamina@users.noreply.github.com> Date: Sun, 10 Dec 2023 12:42:33 +0000 Subject: [PATCH] fixed gt config --- config/gtceu.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/gtceu.yaml b/config/gtceu.yaml index adca00f..daf3dc0 100644 --- a/config/gtceu.yaml +++ b/config/gtceu.yaml @@ -2,11 +2,11 @@ recipes: # Whether to generate Flawed and Chipped Gems for materials and recipes involving them. # Useful for mods like TerraFirmaCraft. # Default: false - generateLowQualityGems: true + generateLowQualityGems: false # Whether to remove Block/Ingot compression and decompression in the Crafting Table. # Default: false - disableManualCompression: true + disableManualCompression: false # Change the recipe of Rods in the Lathe to 1 Rod and 2 Small Piles of Dust, instead of 2 Rods. # Default: false