From 3b9f27817fd9e33a26906e1845280daed1f1dd21 Mon Sep 17 00:00:00 2001 From: tracer4b <61507029+tracer4b@users.noreply.github.com> Date: Sat, 14 Jan 2023 13:44:36 +0800 Subject: [PATCH] Update gregtech.cfg --- overrides/config/gregtech.cfg | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/overrides/config/gregtech.cfg b/overrides/config/gregtech.cfg index ace1195..ac82ef6 100644 --- a/overrides/config/gregtech.cfg +++ b/overrides/config/gregtech.cfg @@ -415,8 +415,13 @@ general { # Default: false B:recipeProgressLowEnergy=false - # Whether to require a Wrench to break machines. + # Block to replace mined ores with in the miner and multiblock miner. + # Default: minecraft:cobblestone + S:replaceMinedBlocksWith=minecraft:cobblestone + + # Whether to require a Wrench, Wirecutter, or other GregTech tools to break machines, casings, wires, and more. # Default: false + B:requireGTToolsForBlocks=false B:requireWrenchForMachines=false # Whether Steam Multiblocks should use Steel instead of Bronze. @@ -478,6 +483,10 @@ general { # Default: false B:generateLowQualityGems=false + # Recipes for items like Iron Doors, Trapdoors, Anvil require Iron Plates, Rods, and more. + # Default: false + B:hardAdvancedIronRecipes=false + # Whether to make coloring blocks like Concrete or Glass harder. # Default: false B:hardDyeRecipes=false @@ -485,7 +494,7 @@ general { # Whether to make Glass related recipes harder. Default: true B:hardGlassRecipes=false - # Recipes for items like Iron Doors, Trapdoors, Buckets, Cauldrons, Hoppers, and Iron Bars require Iron Plates, Rods, and more. + # Recipes for Buckets, Cauldrons, Hoppers, and Iron Bars require Iron Plates, Rods, and more. # Default: true B:hardIronRecipes=true @@ -530,10 +539,7 @@ general { # Whether to nerf Wood crafting to 2 Planks from 1 Log, and 2 Sticks from 2 Planks. # Default: false B:nerfWoodCrafting=false - - # Whether Wrenches should require Plates instead of Ingots to craft. - # Default: false - B:plateWrenches=false + B:plateWrenches=true # Whether to remove Vanilla Block Recipes from the Crafting Table. # Default: false @@ -547,10 +553,14 @@ general { ########################################################################################################## "tool and armor options" { - # Should EV and IV Drills be enabled, which may cause lag when used on low-end devices? - # Default: true B:enableHighTierDrills=true + # Random chance for electric tools to take actual damage + # Default: 10% + # Min: 0 + # Max: 100 + I:rngDamageElectricTools=10 + # Advanced Electric Jetpack Voltage Tier. # Default: 3 (HV) # Min: 0